[iagno] Bug #746210, first proposed fix.



commit 75a21d5ba729c7937a12c8c01d77366ff9099af4
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Sun Mar 15 05:37:36 2015 +0100

    Bug #746210, first proposed fix.

 data/iagno.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/data/iagno.css b/data/iagno.css
index b80e2f6..360e691 100644
--- a/data/iagno.css
+++ b/data/iagno.css
@@ -41,3 +41,7 @@ GtkListBox#themes-listbox GtkListBoxRow:selected GtkImage {
 GtkListBox#themes-listbox GtkListBoxRow:selected GtkImage:backdrop {
   color:@theme_unfocused_selected_fg_color;
 }
+
+/* bug #746210: HighContrast doesn't update correctly on ListBoxRow selection
+   hicolor is preserved because of a "*:selected *:link:visited" declaration */
+#fake-example *:selected *:visited { opacity: 1; }


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