[gnome-music/wip/jfelder/gtk4-v3: 229/259] css: Remove unneeded background color hack on lists




commit 862829cfac58f0ba37ff7e225a36012fc12c2a28
Author: Jean Felder <jfelder src gnome org>
Date:   Sat Feb 12 12:48:25 2022 +0100

    css: Remove unneeded background color hack on lists
    
    This was only useful in Gtk3 to work around an issue.

 data/org.gnome.Music.css | 10 ----------
 1 file changed, 10 deletions(-)
---
diff --git a/data/org.gnome.Music.css b/data/org.gnome.Music.css
index 0ca82d7c9..635a5f5be 100644
--- a/data/org.gnome.Music.css
+++ b/data/org.gnome.Music.css
@@ -76,16 +76,6 @@
   font-weight: bold;
 }
 
-/* Lists style */
-
-/* workaround to avoid a black background issue
-in AlbumWidget and PlaylistsView
-https://gitlab.gnome.org/GNOME/gtk/issues/694
-*/
-list {
-    background-color: transparent;
-}
-
 .playlistdialog-row:selected {
     color: @theme_fg_color;
     background-color: @theme_insensitive_bg_color;


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