Skip to content

Commit

Permalink
Apply widget primary color to icon based mobile menu icon
Browse files Browse the repository at this point in the history
REDMINE-20845
  • Loading branch information
tf committed Nov 26, 2024
1 parent c7d5c61 commit 762e98e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@
}

div:focus-within > .contextIcon,
.contextIcon:hover {
.contextIcon:hover,
.menuIcon {
color: var(--theme-widget-primary-color);
}

Expand Down

0 comments on commit 762e98e

Please sign in to comment.