[gnome-themes-standard/gnome-3-4] link-button: don't set a text-shadow for the active state
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard/gnome-3-4] link-button: don't set a text-shadow for the active state
- Date: Mon, 2 Apr 2012 23:58:49 +0000 (UTC)
commit e0928a1c71d8dc1e219b5b622afecf4a47e498a5
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon Apr 2 12:52:35 2012 -0400
link-button: don't set a text-shadow for the active state
Make sure GtkLinkButton never gets a text-shadow, even in its active
state.
Reported in https://bugzilla.gnome.org/show_bug.cgi?id=673321
themes/Adwaita/gtk-3.0/gtk-widgets.css | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 2241606..3acf45c 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -1081,7 +1081,8 @@ GtkComboBox.combobox-entry .button {
border-radius: 3px;
}
-GtkLinkButton * {
+GtkLinkButton.button,
+GtkLinkButton.button *:active {
text-shadow: none;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]