[gnome-usage] css: remove unused css code



commit 5f6cb409bcc5522c13ce00ed1a8f43ffdab83d2e
Author: Petr Štětka <pstetka redhat com>
Date:   Wed Dec 19 14:33:20 2018 +0100

    css: remove unused css code

 data/interface/adwaita.css | 27 ---------------------------
 1 file changed, 27 deletions(-)
---
diff --git a/data/interface/adwaita.css b/data/interface/adwaita.css
index a8528a7..db63a7c 100644
--- a/data/interface/adwaita.css
+++ b/data/interface/adwaita.css
@@ -17,33 +17,6 @@ list row.max:hover {
     background: alpha(@error_color, 0.4);
 }
 
-list row.opened {
-    background:alpha(@theme_fg_color, 0.2);
-}
-
-list row.opened:hover {
-    background: alpha(@theme_fg_color, 0.3);
-}
-
-subprocess-list row {
-    padding: 0;
-    background: @theme_bg_color;
-}
-
-subprocess-list row:hover {
-    background: alpha(@theme_fg_color, 0.3);
-}
-
-subprocess-list row.max {
-    background: #fabbbb;
-    border: 1px solid #faa5a2;
-}
-
-subprocess-list row.max:hover {
-    background: #faa5a2;
-    border: 1px solid #faa5a2;
-}
-
 button.graph-switcher {
     border-style: none;
     border-radius: 0;


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