Don't raise hover btn

This commit is contained in:
Feichtmeier 2019-06-06 17:28:04 +02:00
parent 7ec3d3debb
commit 40340865f7

View File

@ -1912,7 +1912,6 @@ StScrollBar {
$_hover_c: lighten($_gdm_bg, 5%);
&:hover, &:focus {
box-shadow: 0 1px 3px $shadow_color;
background-color: $_hover_c;
border-color: $_hover_c;
}