File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -692,17 +692,17 @@ $desktop: $phone + 1px;
692
692
}
693
693
}
694
694
695
- .ct-locked > .ct-lock-wrapper > svg {
695
+ .ct-locked .ct-lock-wrapper > svg {
696
696
margin-inline-end : var (--pf-t--global--spacer--sm );
697
697
color : var (--pf-v5-global--palette--gold-400 );
698
698
}
699
699
700
700
.super-user-indicator {
701
701
@media (min-width : $desktop ) {
702
702
> .ct-locked {
703
- > .ct-lock-wrapper {
704
- background : var (--pf-v5- global--BackgroundColor--dark-200 );
705
- border-radius : var (--pf-v5-global--BorderRadius--sm );
703
+ .ct-lock-wrapper {
704
+ background : var (--pf-t-- global--background--color--secondary--default );
705
+ border-radius : var (--pf-v6-c-button--BorderRadius );
706
706
padding-block : var (--pf-t--global--spacer--xs );
707
707
padding-inline : var (--pf-t--global--spacer--sm );
708
708
@@ -714,8 +714,8 @@ $desktop: $phone + 1px;
714
714
& :hover , & :focus {
715
715
background : none ;
716
716
717
- > .ct-lock-wrapper {
718
- background : var (--pf-v5- global--BackgroundColor--dark-400 );
717
+ .ct-lock-wrapper {
718
+ background : var (--pf-t-- global--background--color--secondary--hover );
719
719
}
720
720
}
721
721
}
You can’t perform that action at this time.
0 commit comments