Variabilise dark gray used by icon controls

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

@ -103,7 +103,7 @@ $include-css: (
// $warning-color: #F08A24; // $warning-color: #F08A24;
// $dark-color: #232323; // $dark-color: #232323;
$gray: #EAEAEA; $gray: #EAEAEA;
$gray-dark: darken($gray, 8); $gray-dark: #878787;
$gray-light: #F8F8F8; $gray-light: #F8F8F8;
// We use these to make sure border radius matches unless we want it different. // We use these to make sure border radius matches unless we want it different.

@ -36,7 +36,7 @@
text-align: center text-align: center
cursor: pointer cursor: pointer
border-radius: 50% border-radius: 50%
color: #878787 color: $gray-dark
&:hover, &.-active &:hover, &.-active
text-decoration: none text-decoration: none
@ -44,7 +44,7 @@
background: $button-highlight-background-gradient background: $button-highlight-background-gradient
&.-active:hover &.-active:hover
color: #878787 color: $gray-dark
background: white background: white
.icon-control--icon .icon-control--icon

Loading…
Cancel
Save