Skip to content

Commit

Permalink
fix(menu): remove explicit color token from icons (#16490)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhassel authored May 21, 2024
1 parent 2cb4814 commit 01c0683
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/styles/scss/components/menu/_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,19 +77,11 @@
&:focus {
@include focus-outline('outline');
}

svg {
color: $icon-secondary;
}
}

.#{$prefix}--menu-item:hover {
background-color: $layer-hover;
color: $text-primary;

svg {
color: $icon-primary;
}
}

$supported-sizes: (
Expand Down

0 comments on commit 01c0683

Please sign in to comment.