nextcloud-server/apps/theming/tests
Ferdinand Thiessen d79e18ab18
feat: add CSS variables for status border and text
The variables like `--color-error` now are based on our secondary
theming, thus they are less "aggressive" colors. But there are two
usecases for primary based status colors:
- borders
- error text messages (e.g. validation errors in forms)

To simplify app changes due to the secondary color theme change this
introduces 3 new variables:
- `--color-text-error` this shall be used if text should have error
  status theming and is displayed on normal background (while
  `--color-error-text` is only for text shown on `--color-error` similar
  as primary and secondary colors)
- `--color-border-error` and `--color-border-success` those should be
  used for element borders if there is one of those statuses to be
  reported (we use this for validation errors as well as for indicating a
  value was saved)

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-08-18 18:17:59 +07:00
..
Controller chore: run rector 2025-07-01 22:45:52 +07:00
Migration feat(lexicon): moving out from unstable 2025-07-24 15:56:33 +07:00
Service chore: run rector 2025-07-01 22:45:52 +07:00
Settings chore: run rector 2025-07-01 22:45:52 +07:00
Themes feat: add CSS variables for status border and text 2025-08-18 18:17:59 +07:00
data compress some images with tinypng.com 2020-05-22 13:07:11 +07:00
CapabilitiesTest.php chore: run rector 2025-07-01 22:45:52 +07:00
IconBuilderTest.php chore: run rector 2025-07-01 22:45:52 +07:00
ImageManagerTest.php chore: run rector 2025-07-01 22:45:52 +07:00
ServicesTest.php chore: run rector 2025-07-01 22:45:52 +07:00
ThemingDefaultsTest.php chore: run rector 2025-07-01 22:45:52 +07:00
UtilTest.php chore: run rector 2025-07-01 22:45:52 +07:00