[gnome-music/remove-custom-devel-class: 5/5] css: Remove selection-mode devel styling and transition



commit cfd4e4901615f53134b954ddc51d8f381ba31fd7
Author: Christopher Davis <brainblasted disroot org>
Date:   Wed Jan 16 14:24:39 2019 -0500

    css: Remove selection-mode devel styling and transition
    
    The .devel styling currently conflicts with the selection-mode transition, causing the gear to slide in 
strangely.
    For now, removing the transition is what was decided.

 data/org.gnome.Music.css | 17 -----------------
 1 file changed, 17 deletions(-)
---
diff --git a/data/org.gnome.Music.css b/data/org.gnome.Music.css
index fcc4a79b..f5ea3b7b 100644
--- a/data/org.gnome.Music.css
+++ b/data/org.gnome.Music.css
@@ -90,23 +90,6 @@ box#ArtistAlbumsWidget .artist-label {
     font-weight: bold;
 }
 
-.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;
-}
-
 /* TwoLineTip */
 .tooltip-title {
   font-weight: bold;


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