feat: improve cursor

This commit is contained in:
陈嘉涵
2020-01-11 15:46:47 +08:00
parent 5cbb9e2998
commit 2eb680723d
33 changed files with 97 additions and 24 deletions
+2
View File
@@ -16,6 +16,7 @@
vertical-align: middle;
background-color: @stepper-background-color;
border: 0;
cursor: pointer;
&::before {
width: 13px;
@@ -46,6 +47,7 @@
&--disabled {
color: @stepper-button-disabled-icon-color;
background-color: @stepper-button-disabled-color;
cursor: not-allowed;
&:active {
background-color: @stepper-button-disabled-color;