[polari] theme: don't fade out channels on backdrop



commit aa099dbfd41a52f159f6e59b4606b6e3f9c9c6eb
Author: Jakub Steiner <jimmac gmail com>
Date:   Thu Apr 16 15:56:10 2015 +0200

    theme: don't fade out channels on backdrop
    
    - headers/titles are enough
    
    https://bugzilla.gnome.org/show_bug.cgi?id=711854

 data/resources/application.css |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/data/resources/application.css b/data/resources/application.css
index 09b5444..e06ef3a 100644
--- a/data/resources/application.css
+++ b/data/resources/application.css
@@ -55,14 +55,6 @@
     color: mix(@theme_selected_fg_color, @theme_base_color, 0.3);
 }
 
-.polari-room-list .list-row.inactive:backdrop {
-    color: mix(@theme_unfocused_fg_color, @theme_unfocused_base_color, 0.3);
-}
-
-.polari-room-list .list-row.inactive:selected:backdrop {
-    color: @theme_unfocused_selected_fg_color;
-}
-
 .polari-room-list .list-row .pending-messages-count {
     color: @theme_selected_fg_color;
     background-color: mix(@theme_selected_bg_color, @theme_selected_fg_color, 0.3);


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