[gnome-music/remove-custom-devel-class: 2/2] css: Remove selection-mode devel styling and transition
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/remove-custom-devel-class: 2/2] css: Remove selection-mode devel styling and transition
- Date: Thu, 17 Jan 2019 11:14:44 +0000 (UTC)
commit 859a5de36c0a015015f9a821a389233da4be7fd5
Author: Christopher Davis <brainblasted disroot org>
Date: Wed Jan 16 14:24:39 2019 -0500
css: Remove selection-mode devel styling and transition
The .devel styling currently conflicts with the selection-mode transition,
causing the gear to slide in strangely.
For now, removing the transition is what was decided.
data/org.gnome.Music.css | 17 -----------------
1 file changed, 17 deletions(-)
---
diff --git a/data/org.gnome.Music.css b/data/org.gnome.Music.css
index fcc4a79b..f5ea3b7b 100644
--- a/data/org.gnome.Music.css
+++ b/data/org.gnome.Music.css
@@ -90,23 +90,6 @@ 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;
-}
-
-/* headerbar - smooth selection-mode transition */
-headerbar {
- transition: 250ms ease-in-out;
-}
-
/* TwoLineTip */
.tooltip-title {
font-weight: bold;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]