Skip to content

Commit

Permalink
New var for menu hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
leemunroe committed Mar 11, 2016
1 parent 94864a2 commit eeff5e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/components/menu.less
Expand Up @@ -15,7 +15,7 @@
border-right: transparent 2px solid;
opacity: .8;
&:hover {
border-color: @modal-footer-border-color;
border-color: @menu-item-color-hover;
opacity: 1;
}
}
Expand Down
1 change: 1 addition & 0 deletions src/css/variables.less
Expand Up @@ -72,6 +72,7 @@
@modal-link-color: @dodger-blue;

@menu-item-color-active: @dodger-blue;
@menu-item-color-hover: @wild-sand;
@toggle-checked-color: @emerald;
@content-component-border-color: @alto;

Expand Down

0 comments on commit eeff5e2

Please sign in to comment.