[gnome-music/wip/mschraal/view-styling-fixes: 4/7] ui/SongsView: Drop custom styling
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/view-styling-fixes: 4/7] ui/SongsView: Drop custom styling
- Date: Sat, 14 Aug 2021 13:05:13 +0000 (UTC)
commit 5e68a126d9d13f0051d3c2002ea4d82c98098ee9
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 f304363b3..4f3299da6 100644
--- a/data/org.gnome.Music.css
+++ b/data/org.gnome.Music.css
@@ -81,17 +81,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]