theme: Fix focus style of icons in the calendar popup
https://gitlab.gnome.org/GNOME/gnome-shell/issues/1474
This commit is contained in:
parent
89ce53e3ff
commit
3a748fe737
@ -942,7 +942,7 @@ StScrollBar {
|
|||||||
.world-clocks-button,
|
.world-clocks-button,
|
||||||
.weather-button,
|
.weather-button,
|
||||||
.events-section-title {
|
.events-section-title {
|
||||||
&:hover, focus { background-color: $_hover_bg_color }
|
&:hover, &:focus { background-color: $_hover_bg_color }
|
||||||
&:active { background-color: $_active_bg_color }
|
&:active { background-color: $_active_bg_color }
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1013,7 +1013,7 @@ StScrollBar {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
width: 32px;
|
width: 32px;
|
||||||
border-radius: 4px;
|
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); }
|
&:active { background-color: transparentize($fg_color, 0.84); }
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1029,7 +1029,7 @@ StScrollBar {
|
|||||||
margin: 2px;
|
margin: 2px;
|
||||||
border-radius: 1.4em;
|
border-radius: 1.4em;
|
||||||
font-feature-settings: "tnum";
|
font-feature-settings: "tnum";
|
||||||
&:hover, focus { background-color: $_hover_bg_color; }
|
&:hover, &:focus { background-color: $_hover_bg_color; }
|
||||||
&:active,&:selected {
|
&:active,&:selected {
|
||||||
color: lighten($selected_fg_color,5%);
|
color: lighten($selected_fg_color,5%);
|
||||||
background-color: $selected_bg_color;
|
background-color: $selected_bg_color;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user