Commit 599a1e3 1 parent 130227c commit 599a1e3 Copy full SHA for 599a1e3
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -734,8 +734,8 @@ $desktop: $phone + 1px;
734
734
735
735
// Mobile sizes
736
736
@media (max-width : $phone ) {
737
- #host-toggle > .pf-v6-c-button__text ,
738
- #nav-system-item > .pf-v6-c-button__text ,
737
+ #host-toggle ,
738
+ #nav-system-item ,
739
739
button .ct-nav-toggle > .pf-v6-c-button__text {
740
740
// Stretch to navbar
741
741
block-size : 100% ;
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ $desktop: $phone + 1px;
130
130
}
131
131
132
132
.pf-v6-c-toolbar {
133
- --pf-v5 -c-toolbar--BackgroundColor : transparent ;
133
+ --pf-v6 -c-toolbar--BackgroundColor : transparent ;
134
134
}
135
135
136
136
@media (max-width : $phone ) {
@@ -170,6 +170,7 @@ $desktop: $phone + 1px;
170
170
.pf-v6-c-masthead {
171
171
--pf-v6-c-masthead--inset : 0 ;
172
172
--pf-v6-c-masthead--PaddingBlock : 0 ;
173
+ --pf-v6-c-masthead--PaddingInline : 0 ;
173
174
height : 100% ;
174
175
}
175
176
}
You can’t perform that action at this time.
0 commit comments