@@ -219,8 +219,9 @@ $desktop: $phone + 1px;
219
219
}
220
220
221
221
.header {
222
- border-inline-start : 1px solid var (--pf-v5-global--BackgroundColor--dark-100 );
223
- background : linear-gradient (to right , var (--pf-v5-global--BackgroundColor--dark-100 ) -1rem , var (--pf-v5-global--BackgroundColor--dark-300 ) 1rem );
222
+ // border-inline-start: 1px solid var(--pf-v5-global--BackgroundColor--dark-100);
223
+ // background: linear-gradient(to right, var(--pf-v5-global--BackgroundColor--dark-100) -1rem, var(--pf-v5-global--BackgroundColor--dark-300) 1rem);
224
+ background-color : var (--pf-t--global--background--color--tertiary--default );
224
225
225
226
.credential-unlocked {
226
227
/* AAA contrast: simulate #a1a1a1 on #151515 */
@@ -235,7 +236,7 @@ $desktop: $phone + 1px;
235
236
// }
236
237
237
238
.ct-switcher {
238
- background-color : var (--pf-t--global--background--color--control --default );
239
+ background-color : var (--pf-t--global--background--color--secondary --default );
239
240
.pf-v6-c-select__toggle-wrapper {
240
241
display : flex ;
241
242
}
@@ -379,6 +380,7 @@ $desktop: $phone + 1px;
379
380
380
381
> .pf-v6-c-select {
381
382
block-size : 100% ;
383
+ padding : 0 ;
382
384
383
385
.pf-v6-c-select__toggle-text {
384
386
text-align : start ;
@@ -627,7 +629,7 @@ $desktop: $phone + 1px;
627
629
// Rework navigation toggles in desktop and (especially) mobile modes
628
630
.super-user-indicator > button ,
629
631
.ct-nav-toggle :not (.pf-v6-c-menu ) {
630
- color : var (--pf-v5-global--Color--light-100 ) !important ;
632
+ // color: var(--pf-v5-global--Color--light-100) !important;
631
633
background : transparent !important ;
632
634
// The normal margin to the right of the select dropdown makes them look uncentered in the masthead.
633
635
// https://github.com/patternfly/patternfly/issues/6632
@@ -640,7 +642,7 @@ $desktop: $phone + 1px;
640
642
& :hover , & :active , & .active , & .interact , & [aria-expanded = " true" ] {
641
643
text-decoration : none ;
642
644
// approximate --pf-v5-global--BackgroundColor--dark-400, but with opacity
643
- background : rgb ( 249 252 255 / 32 % ) !important ;
645
+ background : var ( --pf-t--global--background--color--secondary--hover ) !important ;
644
646
645
647
.hostname {
646
648
text-decoration : underline ;
@@ -733,8 +735,10 @@ $desktop: $phone + 1px;
733
735
// Mobile sizes
734
736
@media (max-width : $phone ) {
735
737
#host-toggle ,
736
- #nav-system-item ,
737
- button .ct-nav-toggle {
738
+ button .ct-nav-toggle ,
739
+ #nav-system-item > .pf-v6-c-button__text {
740
+ // Remove gap between text and icon
741
+ --pf-v6-c-menu-toggle--Gap : 0 ;
738
742
// Stretch to navbar
739
743
block-size : 100% ;
740
744
// Don't stretch to fill content; make optimal width same as height
0 commit comments