Don't raise hover btn
This commit is contained in:
parent
7ec3d3debb
commit
40340865f7
@ -1911,8 +1911,7 @@ StScrollBar {
|
|||||||
color: $_gdm_fg;
|
color: $_gdm_fg;
|
||||||
|
|
||||||
$_hover_c: lighten($_gdm_bg, 5%);
|
$_hover_c: lighten($_gdm_bg, 5%);
|
||||||
&:hover,&:focus {
|
&:hover, &:focus {
|
||||||
box-shadow: 0 1px 3px $shadow_color;
|
|
||||||
background-color: $_hover_c;
|
background-color: $_hover_c;
|
||||||
border-color: $_hover_c;
|
border-color: $_hover_c;
|
||||||
}
|
}
|
||||||
@ -1931,7 +1930,7 @@ StScrollBar {
|
|||||||
&:default {
|
&:default {
|
||||||
@include button(normal, $c:$selected_bg_color, $tc:$selected_fg_color);
|
@include button(normal, $c:$selected_bg_color, $tc:$selected_fg_color);
|
||||||
border-color: $selected_bg_color;
|
border-color: $selected_bg_color;
|
||||||
&:hover,&:focus {
|
&:hover, &:focus {
|
||||||
@include button(hover,$c:$selected_bg_color, $tc:$selected_fg_color);
|
@include button(hover,$c:$selected_bg_color, $tc:$selected_fg_color);
|
||||||
$_def_hover_c: lighten($selected_bg_color, 5%);
|
$_def_hover_c: lighten($selected_bg_color, 5%);
|
||||||
background-color: $_def_hover_c;
|
background-color: $_def_hover_c;
|
||||||
|
Loading…
Reference in New Issue
Block a user