[gnome-music/remove-custom-devel-class] css: Remove custom .devel style class



commit 232c0d9be6c1f1170d0bbc123c2db3415ccf6b57
Author: Christopher Davis <brainblasted disroot org>
Date:   Thu Dec 6 00:02:08 2018 -0500

    css: Remove custom .devel style class
    
    GTK now includes it's own .devel styling - we don't need
    to overwrite it with our own.

 data/org.gnome.Music.css | 25 -------------------------
 1 file changed, 25 deletions(-)
---
diff --git a/data/org.gnome.Music.css b/data/org.gnome.Music.css
index 79815b99..b4a66392 100644
--- a/data/org.gnome.Music.css
+++ b/data/org.gnome.Music.css
@@ -90,31 +90,6 @@ box#ArtistAlbumsWidget .artist-label {
     font-weight: bold;
 }
 
-/* visual hint for development */
-.devel headerbar {
-    background: transparent -gtk-icontheme("system-run-symbolic") 80% 0/128px 128px no-repeat,
-                linear-gradient(to left,
-                                mix(@theme_fg_color, @theme_bg_color, 0.5) 0%,
-                                @theme_bg_color 25%);
-    color: alpha(@theme_fg_color, 0.2);
-}
-
-.devel headerbar label {
-    color: @theme_fg_color;
-}
-
-.devel headerbar.selection-mode {
-    background: transparent -gtk-icontheme("system-run-symbolic") 80% 0/128px 128px no-repeat,
-                linear-gradient(to left,
-                                @theme_selected_bg_color 0%,
-                                @theme_selected_bg_color 25%);
-    color: alpha(@theme_fg_color, 0.2);
-}
-
-.devel headerbar.selection-mode label {
-    color: @theme_selected_fg_color;
-}
-
 /* headerbar - smooth selection-mode transition */
 headerbar {
     transition: 250ms ease-in-out;


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