Skip to content

Commit

Permalink
Feat(web): Update NavigationAction expanded style
Browse files Browse the repository at this point in the history
  • Loading branch information
crishpeen committed Feb 11, 2025
1 parent 4404ecb commit aa72ffc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@
background-color: theme.$action-background-color-state-selected;
}

.NavigationAction--selected.NavigationAction--box::after,
.NavigationAction--box[aria-expanded='true']::after {
.NavigationAction--selected.NavigationAction--box::after {
background-color: theme.$action-stripe-background-color-selected-state-default;
}

Expand Down Expand Up @@ -116,8 +115,7 @@
}

// stylelint-disable selector-max-specificity, selector-max-class -- 3.
.Navigation--horizontal .NavigationAction--box.NavigationAction--selected,
.Navigation--horizontal .NavigationAction--box[aria-expanded='true'] {
.Navigation--horizontal .NavigationAction--box.NavigationAction--selected {
@media (hover: hover) {
&:hover::after {
background-color: theme.$action-stripe-background-color-selected-state-hover;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aa72ffc

Please sign in to comment.