From e937fd07e5898921e410978fb342fc485afc6679 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 14 Aug 2012 20:55:41 +0200 Subject: [PATCH] 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 file changed, 3 insertions(+), 4 deletions(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index a502fa129..5cca20298 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -1400,17 +1400,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 {