[gnome-shell-sass] theme: Fix focus style of icons in the calendar popup
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] theme: Fix focus style of icons in the calendar popup
- Date: Fri, 9 Aug 2019 22:39:37 +0000 (UTC)
commit 1eb48fa27722f75d1df02039aadbf4f1fca61598
Author: Jonas Dreßler <verdre v0yd nl>
Date: Sun Jul 28 09:53:14 2019 +0200
theme: Fix focus style of icons in the calendar popup
https://gitlab.gnome.org/GNOME/gnome-shell/issues/1474
_common.scss | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index 4e64691..5e377df 100644
--- a/_common.scss
+++ b/_common.scss
@@ -942,7 +942,7 @@ StScrollBar {
.world-clocks-button,
.weather-button,
.events-section-title {
- &:hover, focus { background-color: $_hover_bg_color }
+ &:hover, &:focus { background-color: $_hover_bg_color }
&:active { background-color: $_active_bg_color }
}
@@ -1013,7 +1013,7 @@ StScrollBar {
background-color: transparent;
width: 32px;
border-radius: 4px;
- &:hover, focus { background-color: $_hover_bg_color; }
+ &:hover, &:focus { background-color: $_hover_bg_color; }
&:active { background-color: transparentize($fg_color, 0.84); }
}
@@ -1029,7 +1029,7 @@ StScrollBar {
margin: 2px;
border-radius: 1.4em;
font-feature-settings: "tnum";
- &:hover, focus { background-color: $_hover_bg_color; }
+ &:hover, &:focus { background-color: $_hover_bg_color; }
&:active,&:selected {
color: lighten($selected_fg_color,5%);
background-color: $selected_bg_color;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]