Skip to content

Commit

Permalink
Corrected background issue for hovered file menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Jan 23, 2016
1 parent bcf7aa6 commit 890d811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/modules/menu/_file.scss
Expand Up @@ -3,7 +3,7 @@

ul li.highlighted,
&:not(.keyboard_active) ul li:hover:not(.disabled) {
background: $color-shade-darkest;
background: $color-shade-dark;

> a {
color: $base-link-color-active;
Expand Down

0 comments on commit 890d811

Please sign in to comment.