[gnome-music] Fix style of GdTaggedEntry



commit 671ce39297220127920888d7dbfd0aa497a77f3f
Author: Marinus Schraal <mschraal gnome org>
Date:   Thu Dec 14 20:25:49 2017 +0100

    Fix style of GdTaggedEntry
    
    Update libgd and remove any style hints for GdTaggedEntry.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=791077

 data/application.css    | 31 -------------------------------
 gnomemusic/searchbar.py |  1 -
 libgd                   |  2 +-
 3 files changed, 1 insertion(+), 33 deletions(-)
---
diff --git a/data/application.css b/data/application.css
index f4bbdc2..9d5e869 100644
--- a/data/application.css
+++ b/data/application.css
@@ -1,6 +1,3 @@
-@define-color music_entry_tag_bg #3465a4;
-@define-color music_entry_tag_fg @theme_base_color;
-
 @binding-set unbind-ctrl-space {
     unbind "<ctrl>space";
 }
@@ -70,31 +67,3 @@ flowbox, treeview, widget {
 }
 
 .content-view { background-color: @theme_bg; }
-
-.music-entry-tag {
-    background-image: none;
-    background-color: @music_entry_tag_bg;
-    color: @music_entry_tag_fg;
-
-    border-radius: 4px;
-    border-width: 0;
-
-    margin: 2px;
-    padding: 4px;
-}
-
-.music-entry-tag:hover {
-    background-color: shade(@music_entry_tag_bg, 1.10);
-    color: @music_entry_tag_fg;
-}
-
-.music-entry-tag.button,
-.music-entry-tag.button:hover,
-.music-entry-tag.button:active,
-.music-entry-tag.button:active:hover {
-    background-color: transparent;
-    background-image: none;
-    box-shadow: none;
-    border-image: none;
-    border-width: 0;
-}
diff --git a/gnomemusic/searchbar.py b/gnomemusic/searchbar.py
index efe6854..b62dc92 100644
--- a/gnomemusic/searchbar.py
+++ b/gnomemusic/searchbar.py
@@ -51,7 +51,6 @@ class BaseManager:
         self.label = label
         self.entry = entry
         self.tag = Gd.TaggedEntryTag()
-        self.tag.set_style('music-entry-tag')
         self.tag.manager = self
         self.values = []
 
diff --git a/libgd b/libgd
index 56a19ad..10de851 160000
--- a/libgd
+++ b/libgd
@@ -1 +1 @@
-Subproject commit 56a19ad9b056332ef07e508f1bdb6f03c6cb2590
+Subproject commit 10de85141f91859c9f1708c317df5129b4172f0c


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