[gnome-music/wip/mschraal/view-styling-fixes: 14/15] ui/SongsView: Drop custom styling




commit 7124586312bde913b42477b4615d7f69f3392517
Author: Marinus Schraal <mschraal gnome org>
Date:   Tue May 11 23:33:51 2021 +0200

    ui/SongsView: Drop custom styling

 data/org.gnome.Music.css | 11 -----------
 data/ui/SongsView.ui     |  3 ---
 2 files changed, 14 deletions(-)
---
diff --git a/data/org.gnome.Music.css b/data/org.gnome.Music.css
index 8316ff752..03b8af157 100644
--- a/data/org.gnome.Music.css
+++ b/data/org.gnome.Music.css
@@ -95,17 +95,6 @@ box#ArtistAlbumsWidget .artist-label {
     font-weight: bold;
 }
 
-/* FIXME: Remove once songsview is ported to the new style */
-.songs-list-old {
-    box-shadow: inset 0 -1px shade(@borders, 1.30);
-    background-color: @theme_bg_color;
-}
-
-.songs-list-old:selected {
-    color: @theme_fg_color;
-    border-color: mix(@theme_fg_color, @theme_bg_color, 0.5);
-}
-
 /* We use background-image as a workaround on the StarImage widget to
    enable transitions between the non-starred and starred icons. */
 .star {
diff --git a/data/ui/SongsView.ui b/data/ui/SongsView.ui
index 223df3758..7de1839ed 100644
--- a/data/ui/SongsView.ui
+++ b/data/ui/SongsView.ui
@@ -12,9 +12,6 @@
         <property name="valign">start</property>
         <property name="visible">True</property>
         <signal name="row-activated" handler="_on_item_activated" swapped="no"/>
-        <style>
-          <class name="songs-list-old"/>
-        </style>
         <child internal-child="selection">
           <object class="GtkTreeSelection">
             <property name="mode">single</property>


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