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 4bbd540 commit 58a7a61
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 58a7a61

Please sign in to comment.