@patternfly/patternfly 4.196.1 → 4.196.2

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.196.1",
4
+ "version": "4.196.2",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -21266,11 +21266,11 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21266
21266
  .pf-c-page__header,
21267
21267
  .pf-c-page > .pf-c-masthead {
21268
21268
  grid-area: header;
21269
+ z-index: var(--pf-c-page__header--ZIndex);
21269
21270
  }
21270
21271
 
21271
21272
  .pf-c-page__header {
21272
21273
  color: var(--pf-global--Color--100);
21273
- z-index: var(--pf-c-page__header--ZIndex);
21274
21274
  grid-template-columns: auto auto;
21275
21275
  display: grid;
21276
21276
  align-items: center;
package/patternfly.css CHANGED
@@ -21393,11 +21393,11 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21393
21393
  .pf-c-page__header,
21394
21394
  .pf-c-page > .pf-c-masthead {
21395
21395
  grid-area: header;
21396
+ z-index: var(--pf-c-page__header--ZIndex);
21396
21397
  }
21397
21398
 
21398
21399
  .pf-c-page__header {
21399
21400
  color: var(--pf-global--Color--100);
21400
- z-index: var(--pf-c-page__header--ZIndex);
21401
21401
  grid-template-columns: auto auto;
21402
21402
  display: grid;
21403
21403
  align-items: center;