[gnome-music/wip/jfelder/playlist-fixes-simple: 2/2] css: Prevent the text from being invisible on row selection
- From: Jean Felder <jfelder src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/jfelder/playlist-fixes-simple: 2/2] css: Prevent the text from being invisible on row selection
- Date: Wed, 25 Sep 2019 12:23:13 +0000 (UTC)
commit f0982b89e0f76c9a26d2de11aa52041ccdcf0b6a
Author: Jean Felder <jfelder src gnome org>
Date: Fri Sep 6 16:29:32 2019 +0200
css: Prevent the text from being invisible on row selection
When right clicking on a SongWidget in the the PlaylistsView to
display the context menu, the widget state becomes selected and the
color changes to the same color as the background: it becomes
invisible.
Fix the issue by forcing the foreground color to be identical in
unselected and selected states.
data/org.gnome.Music.css | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/data/org.gnome.Music.css b/data/org.gnome.Music.css
index 72bc50aa..9242fc57 100644
--- a/data/org.gnome.Music.css
+++ b/data/org.gnome.Music.css
@@ -129,6 +129,9 @@ https://gitlab.gnome.org/GNOME/gtk/issues/694 */
background-color: @theme_base_color;
}
+.songs-list > row:selected label {
+ color: @theme_fg_color;
+}
.disc-list-box > row {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]