@patternfly/patternfly 4.182.1 → 4.183.1

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "4.182.1",
4
+ "version": "4.183.1",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -17275,7 +17275,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
17275
17275
  .pf-c-menu-toggle.pf-m-split-button > .pf-c-check {
17276
17276
  --pf-c-menu-toggle--PaddingRight: 0;
17277
17277
  --pf-c-check__input--MarginTop: 0;
17278
- --pf-c-check__label--Color: var(--pf-c-check__label--Color, inherit);
17278
+ --pf-c-check__label--Color: currentColor;
17279
17279
  align-items: center;
17280
17280
  align-self: stretch;
17281
17281
  }
package/patternfly.css CHANGED
@@ -17397,7 +17397,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
17397
17397
  .pf-c-menu-toggle.pf-m-split-button > .pf-c-check {
17398
17398
  --pf-c-menu-toggle--PaddingRight: 0;
17399
17399
  --pf-c-check__input--MarginTop: 0;
17400
- --pf-c-check__label--Color: var(--pf-c-check__label--Color, inherit);
17400
+ --pf-c-check__label--Color: currentColor;
17401
17401
  align-items: center;
17402
17402
  align-self: stretch;
17403
17403
  }