mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
Don't raise hover btn
This commit is contained in:
parent
7ec3d3debb
commit
40340865f7
1 changed files with 2 additions and 3 deletions
|
|
@ -1911,8 +1911,7 @@ StScrollBar {
|
|||
color: $_gdm_fg;
|
||||
|
||||
$_hover_c: lighten($_gdm_bg, 5%);
|
||||
&:hover,&:focus {
|
||||
box-shadow: 0 1px 3px $shadow_color;
|
||||
&:hover, &:focus {
|
||||
background-color: $_hover_c;
|
||||
border-color: $_hover_c;
|
||||
}
|
||||
|
|
@ -1931,7 +1930,7 @@ StScrollBar {
|
|||
&:default {
|
||||
@include button(normal, $c:$selected_bg_color, $tc:$selected_fg_color);
|
||||
border-color: $selected_bg_color;
|
||||
&:hover,&:focus {
|
||||
&:hover, &:focus {
|
||||
@include button(hover,$c:$selected_bg_color, $tc:$selected_fg_color);
|
||||
$_def_hover_c: lighten($selected_bg_color, 5%);
|
||||
background-color: $_def_hover_c;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue