feat: improve cursor
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user