Skip to content

Commit

Permalink
[ACS-8415] Sidenav labels are now grey (#3946)
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnil-verma-gl committed Oct 14, 2024
1 parent 0eb360e commit 43008e4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@
width: 100%;
user-select: none;

.aca-action-button__label {
color: var(--theme-action-button-text-color);
}

&:hover .aca-action-button__label {
color: var(--theme-sidenav-active-text-color);
}
Expand Down

0 comments on commit 43008e4

Please sign in to comment.