web: 2025.12 UI tidy (#18650)

* Fix box shadow, scrollbars.

* Fix contrast.

* Fix field alignment.

* Fix class ordering.

* Fix button colors while in nested table.

* Fix background color on light mode.

* Fix chip colors, spacing.

* Fix overlap of switch during transition.
This commit is contained in:
Teffen Ellis
2025-12-10 02:15:14 +01:00
committed by GitHub
parent d113204872
commit 1f21d2e8e6
23 changed files with 199 additions and 82 deletions

View File

@@ -1,5 +1,12 @@
.pf-c-form__group-control {
padding-top: calc(var(--pf-c-form--m-horizontal__group-label--md--PaddingTop) * 1.3);
/**
* There's enough complexity within the group label variable composition
* to add a fallback value.
*/
padding-top: var(
--pf-c-form--m-horizontal__group-label--md--PaddingTop,
var(--pf-global--spacer--form-element)
);
}
.pf-m-disabled {