summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@gnome.org>2017-11-30 15:45:44 +0100
committerDebarshi Ray <debarshir@gnome.org>2017-11-30 15:53:48 +0100
commitabcea0ad342e61d0ffce1ec2322b0ed457c207b3 (patch)
tree0095ad79e913c16fffa7ccc239f435d7b68ed55e
parent3ba92d47e44049eaf81fb3d885a2145eb3686a3a (diff)
downloadnautilus-abcea0ad342e61d0ffce1ec2322b0ed457c207b3.tar.gz
Update libgd and remove the custom documents-entry-tag style class
Adwaita provides the new entry-tag CSS style class for this. Fixes #147
-rw-r--r--src/resources/css/Adwaita.css38
m---------subprojects/libgd0
2 files changed, 0 insertions, 38 deletions
diff --git a/src/resources/css/Adwaita.css b/src/resources/css/Adwaita.css
index a388917b5..789b89d2b 100644
--- a/src/resources/css/Adwaita.css
+++ b/src/resources/css/Adwaita.css
@@ -127,44 +127,6 @@
border-style: none;
}
-/* Libgd tag entries in the search. Sadly it requires this copy pasted css style.
- * https://git.gnome.org/browse/libgd/tree/libgd/gd-tagged-entry-default.css
- */
-@define-color entry_tag_bg #3465a4;
-@define-color entry_tag_fg #ffffff;
-
-.documents-entry-tag {
- background-image: none;
- background-color: @entry_tag_bg;
- color: @entry_tag_fg;
-
- border-radius: 4px;
- border-width: 0;
-
- margin: 2px;
- padding: 4px;
-}
-
-.documents-entry-tag:hover {
- background-color: shade(@entry_tag_bg, 1.10);
- color: @entry_tag_fg;
-}
-
-.documents-entry-tag.button,
-.documents-entry-tag.button:hover,
-.documents-entry-tag.button:active,
-.documents-entry-tag.button:active:hover {
- background-color: transparent;
- background-image: none;
- box-shadow: none;
- border-image: none;
- border-width: 0;
-}
-
-.documents-entry-tag.button:hover {
- color: shade(@entry_tag_bg, 2.10);
-}
-
/* Workaround for the double border of the searchbar since we use a revealer which
* always allocates at least 1 pixel */
searchbar { border-top: 1px solid @borders; }
diff --git a/subprojects/libgd b/subprojects/libgd
-Subproject a4928d0f5e7aebe7d0670fb65d5b6c1bcbe5dd6
+Subproject cc90107531640bcba6c3c58e5cf6aec94d49876