@patternfly/patternfly 5.0.0-alpha.26 → 5.0.0-alpha.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/FormControl/form-control.css +2 -5
- package/components/FormControl/themes/dark/form-control.scss +2 -6
- package/package.json +1 -1
- package/patternfly-no-reset.css +2 -5
- package/patternfly.css +2 -5
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/themes/dark/scss-variables.scss +1 -1
|
@@ -25,7 +25,7 @@ $pf-global--link--Color--hover: $pf-color-blue-200;
|
|
|
25
25
|
$pf-global--link--Color--visited: $pf-color-purple-300;
|
|
26
26
|
$pf-global--disabled-color--100: $pf-color-black-400; // disabled text on regular background color
|
|
27
27
|
$pf-global--disabled-color--200: $pf-color-black-500; // disabled background color
|
|
28
|
-
$pf-global--disabled-color--300: $pf-color-black-200; // disabled text on disabled background color
|
|
28
|
+
$pf-global--disabled-color--300: $pf-color-black-200; // disabled text on disabled background color - except form elements
|
|
29
29
|
|
|
30
30
|
// icons
|
|
31
31
|
$pf-global--icon--Color--light: $pf-color-black-300;
|