[gtk+] HighContrast: Update label selection styling



commit 514c0f761fbfe3fa9c7cd388935ff16d3b7bd38f
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Nov 10 20:33:12 2015 -0500

    HighContrast: Update label selection styling
    
    Adapt to changes in the previous commit.

 gtk/theme/HighContrast/_common.scss |    8 ++++----
 gtk/theme/HighContrast/gtk.css      |    4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss
index da4f23e..f19d6cf 100644
--- a/gtk/theme/HighContrast/_common.scss
+++ b/gtk/theme/HighContrast/_common.scss
@@ -131,10 +131,10 @@ flowbox {
 }
 
 label {
-  &:selected,
-  &:selected:focus,
-  &:selected:hover,
-  &:backdrop:selected {
+  & selection,
+  & selection:focus,
+  & selection:hover,
+  & selection:backdrop {
     @extend %selected_items;
   }
   &:insensitive, &:backdrop:insensitive {
diff --git a/gtk/theme/HighContrast/gtk.css b/gtk/theme/HighContrast/gtk.css
index 5247443..12b716d 100644
--- a/gtk/theme/HighContrast/gtk.css
+++ b/gtk/theme/HighContrast/gtk.css
@@ -2001,7 +2001,7 @@ calendar:selected,
 .view:selected:focus,
 calendar:focus:selected,
 .view:selected:hover,
-calendar:hover:selected, label:selected, label:selected:focus, label:selected:hover, 
label:backdrop:selected, entry selection
+calendar:hover:selected, label selection, label selection:focus, label selection:hover, label 
selection:backdrop, entry selection
 entry selection:focus, spinbutton selection
 entry selection:focus, entry selection
 spinbutton selection:focus, spinbutton selection
@@ -2015,7 +2015,7 @@ spinbutton selection:focus, modelbutton.flat:hover, modelbutton.flat:selected,
   .view:backdrop:selected,
   calendar:backdrop:selected,
   calendar:backdrop:focus:selected,
-  calendar:backdrop:hover:selected, label:backdrop:selected, entry selection
+  calendar:backdrop:hover:selected, label selection:backdrop, entry selection
   entry selection:backdrop:focus, spinbutton selection
   entry selection:backdrop:focus, entry selection
   spinbutton selection:backdrop:focus, spinbutton selection


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]