Add hover style for Slider handler

This commit is contained in:
afc163 2016-10-28 17:42:33 +08:00
parent 842b6636a3
commit 393e51cab6

View File

@ -54,10 +54,12 @@
border: solid 2px tint(@primary-color, 50%);
background-color: #fff;
z-index: 2;
transition: border-color 0.3s ease;
transition: border-color 0.3s ease, transform .3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
&:hover {
border-color: tint(@primary-color, 20%);
transform: scale(1.2);
transform-origin: center center;
}
&:active {