HighContrast: Fix a typo

Commit 0a39d7d9 introduced a selected_bg_color with a missing $
in front of it.
This commit is contained in:
Matthias Clasen
2015-03-20 20:48:25 -04:00
parent 4a2b44467b
commit 8c8e6588dc
2 changed files with 3 additions and 4 deletions

View File

@ -583,7 +583,7 @@ $_dot_color: $selected_bg_color;
&:backdrop {
color: $backdrop_fg_color;
@extend %undecorated_button;
&:hover { color: $selected_fg_color; background-color: selected_bg_color; }
&:hover { color: $selected_fg_color; background-color: $selected_bg_color; }
}
&:insensitive { color: $insensitive_fg_color; }
}

View File

@ -175,8 +175,7 @@
box-shadow: none; }
.label:insensitive, .label:backdrop:insensitive {
color: #7f7f7f;
background-color: white; }
color: #7f7f7f; }
/*********************
* Spinner Animation *
@ -782,7 +781,7 @@
color: #000; }
.menuitem.button.flat:backdrop:hover {
color: #fff;
background-color: selected_bg_color; }
background-color: #000; }
.menuitem.button.flat:insensitive {
color: #7f7f7f; }