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
+6
View File
@@ -10,6 +10,7 @@
background-color: @switch-background-color;
border: @switch-border;
border-radius: @switch-node-size;
cursor: pointer;
transition: background-color @switch-transition-duration;
&__node {
@@ -42,6 +43,11 @@
}
&--disabled {
cursor: not-allowed;
opacity: @switch-disabled-opacity;
}
&--loading {
cursor: default;
}
}