Skip to content

Commit

Permalink
Remove preferences modal hover background style
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Feb 12, 2017
1 parent 7aa2030 commit 136fabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/modules/modals/_preferences.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}

&:hover:not(.active) {
background: rgba($color-shade-darkest, 0.75);
background: $color-base;
color: $base-font-color;
}
}
Expand Down

0 comments on commit 136fabe

Please sign in to comment.