[gnome-themes-standard/gnome-3-4] link-button: don't set a text-shadow for the active state



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]