@patternfly/patternfly 4.168.0 → 4.169.0
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/Dropdown/dropdown.css +5 -0
- package/components/Dropdown/dropdown.scss +5 -0
- package/components/Masthead/masthead.css +3 -0
- package/components/Masthead/masthead.scss +4 -0
- package/components/Toolbar/toolbar.css +6 -0
- package/components/Toolbar/toolbar.scss +9 -0
- package/docs/components/BackToTop/examples/BackToTop.md +0 -1
- package/docs/components/JumpLinks/examples/JumpLinks.md +0 -1
- package/docs/components/Toolbar/examples/Toolbar.md +1 -0
- package/docs/demos/BackToTop/examples/BackToTop.md +0 -1
- package/docs/demos/JumpLinks/examples/JumpLinks.md +0 -1
- package/docs/demos/Masthead/examples/Masthead.md +865 -1
- package/package.json +1 -1
- package/patternfly-no-reset.css +14 -0
- package/patternfly.css +14 -0
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
package/package.json
CHANGED
package/patternfly-no-reset.css
CHANGED
|
@@ -10364,6 +10364,12 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
10364
10364
|
--pf-c-toolbar--spacer: 0;
|
|
10365
10365
|
}
|
|
10366
10366
|
|
|
10367
|
+
.pf-c-toolbar__group.pf-m-overflow-container,
|
|
10368
|
+
.pf-c-toolbar__item.pf-m-overflow-container {
|
|
10369
|
+
flex: 1;
|
|
10370
|
+
overflow: hidden;
|
|
10371
|
+
}
|
|
10372
|
+
|
|
10367
10373
|
.pf-c-toolbar__expand-all-icon {
|
|
10368
10374
|
display: inline-block;
|
|
10369
10375
|
transition: var(--pf-c-toolbar__expand-all-icon--Transition);
|
|
@@ -12651,6 +12657,10 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
12651
12657
|
white-space: nowrap;
|
|
12652
12658
|
}
|
|
12653
12659
|
|
|
12660
|
+
.pf-c-dropdown__toggle-text {
|
|
12661
|
+
flex: 0 1 auto;
|
|
12662
|
+
}
|
|
12663
|
+
|
|
12654
12664
|
.pf-c-dropdown__toggle-icon {
|
|
12655
12665
|
margin-right: var(--pf-c-dropdown__toggle-icon--MarginRight);
|
|
12656
12666
|
margin-left: var(--pf-c-dropdown__toggle-icon--MarginLeft);
|
|
@@ -12662,6 +12672,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
12662
12672
|
|
|
12663
12673
|
.pf-c-dropdown__toggle-image {
|
|
12664
12674
|
display: inline-flex;
|
|
12675
|
+
flex-shrink: 0;
|
|
12665
12676
|
margin-top: var(--pf-c-dropdown__toggle-image--MarginTop);
|
|
12666
12677
|
margin-right: var(--pf-c-dropdown__toggle-image--MarginRight);
|
|
12667
12678
|
margin-bottom: var(--pf-c-dropdown__toggle-image--MarginBottom);
|
|
@@ -15674,6 +15685,9 @@ ul.pf-c-list {
|
|
|
15674
15685
|
--pf-c-dropdown__toggle--before--BorderRightColor: var(--pf-c-masthead--c-dropdown--m-full-height__toggle--before--BorderRightColor);
|
|
15675
15686
|
--pf-c-dropdown__toggle--before--BorderLeftColor: var(--pf-c-masthead--c-dropdown--m-full-height__toggle--before--BorderLeftColor);
|
|
15676
15687
|
}
|
|
15688
|
+
.pf-c-masthead .pf-c-nav {
|
|
15689
|
+
align-self: stretch;
|
|
15690
|
+
}
|
|
15677
15691
|
|
|
15678
15692
|
.pf-c-masthead__main {
|
|
15679
15693
|
position: relative;
|
package/patternfly.css
CHANGED
|
@@ -10486,6 +10486,12 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
10486
10486
|
--pf-c-toolbar--spacer: 0;
|
|
10487
10487
|
}
|
|
10488
10488
|
|
|
10489
|
+
.pf-c-toolbar__group.pf-m-overflow-container,
|
|
10490
|
+
.pf-c-toolbar__item.pf-m-overflow-container {
|
|
10491
|
+
flex: 1;
|
|
10492
|
+
overflow: hidden;
|
|
10493
|
+
}
|
|
10494
|
+
|
|
10489
10495
|
.pf-c-toolbar__expand-all-icon {
|
|
10490
10496
|
display: inline-block;
|
|
10491
10497
|
transition: var(--pf-c-toolbar__expand-all-icon--Transition);
|
|
@@ -12773,6 +12779,10 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
12773
12779
|
white-space: nowrap;
|
|
12774
12780
|
}
|
|
12775
12781
|
|
|
12782
|
+
.pf-c-dropdown__toggle-text {
|
|
12783
|
+
flex: 0 1 auto;
|
|
12784
|
+
}
|
|
12785
|
+
|
|
12776
12786
|
.pf-c-dropdown__toggle-icon {
|
|
12777
12787
|
margin-right: var(--pf-c-dropdown__toggle-icon--MarginRight);
|
|
12778
12788
|
margin-left: var(--pf-c-dropdown__toggle-icon--MarginLeft);
|
|
@@ -12784,6 +12794,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
12784
12794
|
|
|
12785
12795
|
.pf-c-dropdown__toggle-image {
|
|
12786
12796
|
display: inline-flex;
|
|
12797
|
+
flex-shrink: 0;
|
|
12787
12798
|
margin-top: var(--pf-c-dropdown__toggle-image--MarginTop);
|
|
12788
12799
|
margin-right: var(--pf-c-dropdown__toggle-image--MarginRight);
|
|
12789
12800
|
margin-bottom: var(--pf-c-dropdown__toggle-image--MarginBottom);
|
|
@@ -15796,6 +15807,9 @@ ul.pf-c-list {
|
|
|
15796
15807
|
--pf-c-dropdown__toggle--before--BorderRightColor: var(--pf-c-masthead--c-dropdown--m-full-height__toggle--before--BorderRightColor);
|
|
15797
15808
|
--pf-c-dropdown__toggle--before--BorderLeftColor: var(--pf-c-masthead--c-dropdown--m-full-height__toggle--before--BorderLeftColor);
|
|
15798
15809
|
}
|
|
15810
|
+
.pf-c-masthead .pf-c-nav {
|
|
15811
|
+
align-self: stretch;
|
|
15812
|
+
}
|
|
15799
15813
|
|
|
15800
15814
|
.pf-c-masthead__main {
|
|
15801
15815
|
position: relative;
|