Skip to content

Commit b241522

Browse files
committed
nav: Update super user indicator
1 parent 969e59b commit b241522

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pkg/shell/nav.scss

+6-6
Original file line numberDiff line numberDiff line change
@@ -692,17 +692,17 @@ $desktop: $phone + 1px;
692692
}
693693
}
694694

695-
.ct-locked > .ct-lock-wrapper > svg {
695+
.ct-locked .ct-lock-wrapper > svg {
696696
margin-inline-end: var(--pf-t--global--spacer--sm);
697697
color: var(--pf-v5-global--palette--gold-400);
698698
}
699699

700700
.super-user-indicator {
701701
@media (min-width: $desktop) {
702702
> .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);
706706
padding-block: var(--pf-t--global--spacer--xs);
707707
padding-inline: var(--pf-t--global--spacer--sm);
708708

@@ -714,8 +714,8 @@ $desktop: $phone + 1px;
714714
&:hover, &:focus {
715715
background: none;
716716

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);
719719
}
720720
}
721721
}

0 commit comments

Comments
 (0)