@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/assets/images/icon-github.hbs +4 -0
- package/assets/images/icon-google.hbs +4 -0
- package/assets/images/icon-red-hat.hbs +1 -0
- package/components/Page/page.css +1 -1
- package/components/Page/page.scss +1 -1
- package/docs/demos/Table/examples/Table.css +3 -0
- package/docs/demos/Table/examples/Table.md +1092 -1
- package/package.json +1 -1
- package/patternfly-no-reset.css +1 -1
- package/patternfly.css +1 -1
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
package/package.json
CHANGED
package/patternfly-no-reset.css
CHANGED
|
@@ -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;
|