[gnome-shell/wip/message-tray: 22/32] theme: Add a new style for .summary-source-button:focus
- From: Marina Zhurakhinskaya <marinaz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/message-tray: 22/32] theme: Add a new style for .summary-source-button:focus
- Date: Fri, 17 Aug 2012 01:38:47 +0000 (UTC)
commit f4e27756c2b2a2b89aaed762631c462b3c20c96a
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 b7dab0b..7d19e7f 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]