[gnome-themes-standard] 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] link-button: don't set a text-shadow for the active state
- Date: Mon, 2 Apr 2012 23:57:29 +0000 (UTC)
commit 8068b921802e9631d5fafcbe482c60049b6826cb
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 8f54457..901b0fc 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -1082,7 +1082,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]