@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.
@@ -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;