[gnome-themes-standard] buttons: cleanup commented selectors



commit 729b415de5c606f0a7ab324bd931208e21ac2da0
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Jan 12 17:36:22 2012 -0500

    buttons: cleanup commented selectors

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 7633b10..ee0537f 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -506,10 +506,7 @@ GtkComboBox.combobox-entry .button {
     text-shadow: @button_text_shadow 0 1;
 }
 
-.button *:active /*,
-.button *:active:hover,
-.button *:active:hover:focus,
-.button *:active:focus */ {
+.button *:active {
     text-shadow: @button_active_text_shadow 0 1;
     color: @button_active_text; /* Not sure about this one */
 }
@@ -533,7 +530,6 @@ GtkComboBox.combobox-entry .button {
 
 /* We may want a background for focused buttons, but in the meantime let's remove it too */
 .primary-toolbar .button,
-/*.primary-toolbar .button:focus,*/
 .primary-toolbar .button:insensitive,
 .primary-toolbar .button:backdrop,
 .primary-toolbar .button:insensitive:backdrop {
@@ -542,11 +538,7 @@ GtkComboBox.combobox-entry .button {
 }
 
 /* Remove borders from primary toolbar buttons*/
-.primary-toolbar .button /*,
-.primary-toolbar .button:hover,
-.primary-toolbar .button:focus,
-.primary-toolbar .button:insensitive,
-.primary-toolbar .button:backdrop */ {
+.primary-toolbar .button {
     border-image: none;
 
     /* setting border-style: none; here would override the border-width values 



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