[gtk+] HighContrast: Fix a typo
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] HighContrast: Fix a typo
- Date: Sat, 21 Mar 2015 00:50:05 +0000 (UTC)
commit 8c8e6588dc07c39a13ae5ca392dd2c4a49eb33df
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Mar 20 20:48:25 2015 -0400
HighContrast: Fix a typo
Commit 0a39d7d9 introduced a selected_bg_color with a missing $
in front of it.
gtk/theme/HighContrast/_common.scss | 2 +-
gtk/theme/HighContrast/gtk.css | 5 ++---
2 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss
index 77985e3..4e4f46f 100644
--- a/gtk/theme/HighContrast/_common.scss
+++ b/gtk/theme/HighContrast/_common.scss
@@ -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; }
}
diff --git a/gtk/theme/HighContrast/gtk.css b/gtk/theme/HighContrast/gtk.css
index a4653f7..1d606b8 100644
--- a/gtk/theme/HighContrast/gtk.css
+++ b/gtk/theme/HighContrast/gtk.css
@@ -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; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]