Remove unused and typo cursor style in ColorPicker

This commit is contained in:
Berlin Chan 2017-09-28 10:20:42 +08:00
parent fa5ea60b97
commit 06bfc04027

View file

@ -106,7 +106,6 @@
position: absolute; position: absolute;
} }
&-circle{ &-circle{
cursor: head;
width: 4px; width: 4px;
height: 4px; height: 4px;
box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0,0,0,.3), 0 0 1px 2px rgba(0,0,0,.4); box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0,0,0,.3), 0 0 1px 2px rgba(0,0,0,.4);