Apply hover style for drag scrolling

Resolve #555.
This commit is contained in:
Hyunje Jun 2016-10-18 14:59:27 +09:00
parent fad7f8b4a6
commit 69e3fb2688

View File

@ -28,12 +28,14 @@
@include scrollbar-rail-hover($theme);
> .ps-scrollbar-x {
@include scrollbar-hover($theme);
height: map_get($theme, scrollbar-x-hover-height);
}
}
&.ps-y > .ps-scrollbar-y-rail {
@include scrollbar-rail-hover($theme);
> .ps-scrollbar-y {
@include scrollbar-hover($theme);
width: map_get($theme, scrollbar-y-hover-width);
}
}
}