[gnome-shell/wip/message-tray: 22/33] theme: Add a new style for .summary-source-button:focus
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/message-tray: 22/33] theme: Add a new style for .summary-source-button:focus
- Date: Thu, 16 Aug 2012 17:58:58 +0000 (UTC)
commit 5ce67fcdc66331af232e4e81d1145fb36ebbbbf5
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]