[gtk+] HC: make pushed columns visible



commit a0ee054bb1f776a4ff688de7aebd142b4d74d3a9
Author: Jakub Steiner <jimmac gmail com>
Date:   Wed Jul 29 13:26:42 2015 +0200

    HC: make pushed columns visible
    
    https://bugzilla.gnome.org/show_bug.cgi?id=752977

 gtk/theme/HighContrast/_common.scss |    2 +-
 gtk/theme/HighContrast/gtk.css      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss
index f3edd2e..714db13 100644
--- a/gtk/theme/HighContrast/_common.scss
+++ b/gtk/theme/HighContrast/_common.scss
@@ -1044,7 +1044,7 @@ column-header {
     }
     &:active {
       @extend %column_header_button;
-      color: $fg_color;
+      color: $selected_fg_color;
     }
   }
   &:last-child .button,
diff --git a/gtk/theme/HighContrast/gtk.css b/gtk/theme/HighContrast/gtk.css
index bf0ea9a..996f8d4 100644
--- a/gtk/theme/HighContrast/gtk.css
+++ b/gtk/theme/HighContrast/gtk.css
@@ -1258,7 +1258,7 @@ column-header .button {
     color: #3f3f3f;
     box-shadow: none; }
   column-header .button:active {
-    color: #000; }
+    color: #fff; }
 column-header:last-child .button, column-header:last-child.button {
   border-right-style: none; }
 


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