[gnome-shell/wip/message-tray: 22/24] theme: Add a new style for .summary-source-button:focus



commit 2bc9922ccb5b08c13762e722937f83c2bfff6f4c
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Aug 14 20:55:41 2012 +0200

    theme: Add a new style for .summary-source-button:focus
    
    We don't need .summary-source-button:selected because we are moving the
    focus to the summary item when it is clicked and therefore it is always
    focused.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681519

 data/theme/gnome-shell.css |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index a4afd99..98df959 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1402,17 +1402,16 @@ StButton.popup-menu-item:insensitive {
 }
 
 .summary-source-button {
+    border-radius: 4px;
     transition-duration: 100;
 }
 
 .summary-source-button:hover {
     background-color: rgba(255,255,255,0.1);
-    border-radius: 4px;
 }
 
-.summary-source-button:selected {
-    background-image: url("running-indicator.svg");
-    background-size: contain;
+.summary-source-button:focus {
+    background-color: rgba(255,255,255,0.33);
 }
 
 .summary-source {



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