[gnome-music/remove-custom-devel-class: 26/26] css: Remove custom .devel style class
- From: Christopher Davis <christopherdavis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/remove-custom-devel-class: 26/26] css: Remove custom .devel style class
- Date: Fri, 28 Dec 2018 10:11:48 +0000 (UTC)
commit d26eef9c58f1c3424f6794822a6cdf15726d4187
Author: Christopher Davis <brainblasted disroot org>
Date: Thu Dec 6 00:02:08 2018 -0500
css: Remove custom .devel style class
GTK now includes it's own .devel styling - we don't need
to overwrite it with our own.
data/org.gnome.Music.css | 37 ++++++++++++-------------------------
1 file changed, 12 insertions(+), 25 deletions(-)
---
diff --git a/data/org.gnome.Music.css b/data/org.gnome.Music.css
index 79815b99..b74d3a13 100644
--- a/data/org.gnome.Music.css
+++ b/data/org.gnome.Music.css
@@ -23,6 +23,18 @@ 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;
+}
+
/* NoMusic */
.no-music-found-label {
font-size: xx-large;
@@ -90,31 +102,6 @@ box#ArtistAlbumsWidget .artist-label {
font-weight: bold;
}
-/* visual hint for development */
-.devel headerbar {
- background: transparent -gtk-icontheme("system-run-symbolic") 80% 0/128px 128px no-repeat,
- linear-gradient(to left,
- mix(@theme_fg_color, @theme_bg_color, 0.5) 0%,
- @theme_bg_color 25%);
- color: alpha(@theme_fg_color, 0.2);
-}
-
-.devel headerbar label {
- color: @theme_fg_color;
-}
-
-.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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]