From a0ee054bb1f776a4ff688de7aebd142b4d74d3a9 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Wed, 29 Jul 2015 13:26:42 +0200 Subject: 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 f3edd2e31e..714db131df 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 bf0ea9a2fd..996f8d415b 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; } -- cgit v1.2.1