Commit 45f69735931f0534ff3c8ba163daa8df39c4d086

Authored by Aresn
Committed by GitHub
2 parents a50c0272 06bfc040

Merge pull request #2013 from BerlinChan/2.0

Remove unused and typo cursor style in ColorPicker
Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/styles/components/color-picker.less
@@ -106,7 +106,6 @@ @@ -106,7 +106,6 @@
106 position: absolute; 106 position: absolute;
107 } 107 }
108 &-circle{ 108 &-circle{
109 - cursor: head;  
110 width: 4px; 109 width: 4px;
111 height: 4px; 110 height: 4px;
112 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); 111 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);