[gnome-music/wip/mschraal/dark-mode-fixes: 1/2] data: Fix treeview darkmode CSS



commit 268b6dbe8c2d403684234d5ce681d45a4083d865
Author: Marinus Schraal <mschraal gnome org>
Date:   Tue Sep 18 13:55:22 2018 +0200

    data: Fix treeview darkmode CSS
    
    The selected song was always rendered in black, use the theme foreground
    color instead.

 data/org.gnome.Music.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/org.gnome.Music.css b/data/org.gnome.Music.css
index 61547654..56435171 100644
--- a/data/org.gnome.Music.css
+++ b/data/org.gnome.Music.css
@@ -61,7 +61,7 @@ box#ArtistAlbumsWidget .artist-label {
 }
 
 .songs-list:selected {
-    color: shade(@theme_fg_color, 0.0);
+    color: @theme_fg_color;
     border-color: mix(@theme_fg_color, @theme_bg_color, 0.5);
 }
 


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