Make icon control active background match buttons

Signed-off-by: Alex Coles <alex@alexbcoles.com>
pull/2700/head
Alex Coles 10 years ago
parent 242f1aeb35
commit 85a5ca334a
  1. 4
      app/assets/stylesheets/content/_icon_control.sass

@ -41,11 +41,11 @@
&:hover, &.-active
text-decoration: none
color: white
background-color: #06799f
background: $button-highlight-background-gradient
&.-active:hover
color: #878787
background-color: white
background: white
.icon-control--icon
@include icon-common

Loading…
Cancel
Save