Skip to content

Commit

Permalink
Correct team menu hover background color
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Jun 30, 2016
1 parent 3e1930a commit fe3cad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/modules/menu/_team.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

&.active,
&:hover {
background: $color-shade-dark;
border-bottom-color: $color-shade-dark;
background: $color-shade-dark !important;
border-bottom-color: $color-shade-dark !important;

i {
color: $base-font-color;
Expand Down

0 comments on commit fe3cad4

Please sign in to comment.