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 bcd4506 commit e2feb66
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 @@ -342,6 +342,14 @@
}
}

.#{$prefix}--overflow-menu-options__btn svg {
fill: $icon-02;
}

.#{$prefix}--overflow-menu-options__btn:hover svg {
fill: $icon-01;
}

.#{$prefix}--overflow-menu-options__option-content {
white-space: nowrap;
overflow: hidden;
Expand Down

0 comments on commit e2feb66

Please sign in to comment.