Skip to content

Commit

Permalink
Darken the layer selector title
Browse files Browse the repository at this point in the history
Both the active and inactive Grey colors are darkened so they are more
visible.
  • Loading branch information
Matthew McFarland committed Jul 18, 2017
1 parent 087e665 commit 1dc23af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mmw/sass/components/_layerpicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@
border: 0;
outline: 0;
background: none;
color: #999;
color: $ui-grey;
&:hover {
color: inherit;
}
&.active {
color: $brand-primary;
}
&:disabled {
color: $ui-light;
color: $ui-medium-light;
}
}

Expand Down
1 change: 1 addition & 0 deletions src/mmw/sass/utils/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ $paper: #ffffff;
$ui-primary: #273238; /*Dark Grey*/
$ui-secondary: #394750; /*Medium Grey*/
$ui-light: #eceff1; /*Light Grey*/
$ui-medium-light: #BDBDBD; /* Medium Light Grey */
$ui-grey: #787878 ; /* Output Tab Bar */
$ui-danger: #e0412d; /*Errors*/
$ui-warning: #e4b72f; /*Warnings*/
Expand Down

0 comments on commit 1dc23af

Please sign in to comment.