Skip to content

Commit

Permalink
fix(overflow-menu): use correct tokens for item icons
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Mar 13, 2019
1 parent 4ed2c36 commit d53508b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/overflow-menu/_overflow-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,16 @@
max-width: 11.25rem;
transition: outline $transition--base, background-color $transition--base, color $transition--base;

svg {
fill: $icon-02;
}

&:hover {
color: $text-01;

svg {
fill: $text-01;
}
}

&:focus {
Expand Down

0 comments on commit d53508b

Please sign in to comment.