Skip to content

Commit

Permalink
fix(overflow-menu): update trigger's hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
asudoh committed Oct 9, 2019
1 parent e1a4a31 commit 85c2e23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}

&:hover {
background-color: $hover-ui;
background-color: $hover-selected-ui;
}
}

Expand Down

0 comments on commit 85c2e23

Please sign in to comment.