[gnome-boxes] theme: Drop custom theming of list view



commit b47505182183de9f1806a3a85d027eb4ec06f898
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Wed Sep 2 13:33:55 2015 +0200

    theme: Drop custom theming of list view
    
    It does not seem to make any difference so let's just drop it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=753842

 data/gtk-style.css |   42 ------------------------------------------
 1 files changed, 0 insertions(+), 42 deletions(-)
---
diff --git a/data/gtk-style.css b/data/gtk-style.css
index 4977c05..9f25fe3 100644
--- a/data/gtk-style.css
+++ b/data/gtk-style.css
@@ -166,48 +166,6 @@ BoxesResourceGraph {
     background-color: @theme_bg_color;
 }
 
-.boxes-list-box > .list-row.button {
-    background-color: @theme_bg_color;
-    border-width: 0 0 1px 0;
-    border-style: solid;
-    border-color: @boxes_bg_color;
-}
-
-.boxes-list-box > .list-row.button:hover {
-    background-color: shade (@theme_bg_color, 1.02);
-    color: @theme_fg_color;
-}
-
-.boxes-list-box > .list-row.button:insensitive {
-    background-color: @insensitive_bg_color;
-    color: @insensitive_fg_color;
-    border-color: @insensitive_bg_color;
-}
-
-.boxes-list-box > .list-row.button:active {
-    background-color: shade (@theme_bg_color, 0.915);
-}
-
-.boxes-list-box > .list-row.button:selected {
-    background-color: @theme_selected_bg_color;
-    color: @theme_selected_fg_color;
-}
-
-.boxes-list-box > .list-row.button:selected:hover {
-    background-color: shade (@theme_selected_bg_color, 1.02);
-    color: @theme_selected_fg_color;
-}
-
-.boxes-list-box > .list-row.button:selected:insensitive {
-    background-color: @insensitive_selected_bg_color;
-    color: @insensitive_fg_color;
-    border-color: @insensitive_bg_color;
-}
-
-.boxes-list-box > .list-row.button:selected:active {
-    background-color: shade (@theme_selected_bg_color, 0.915);
-}
-
 .slow-spinner {
     animation-duration: 2s;
 }


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