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
@@ -29,6 +29,7 @@
padding: 0 32px 0 @padding-md;
font-weight: bold;
line-height: @tree-select-item-height;
cursor: pointer;
&--active {
color: @tree-select-item-active-color;
@@ -36,6 +37,7 @@
&--disabled {
color: @tree-select-item-disabled-color;
cursor: not-allowed;
}
}