[improvement] TreeSelect: support disable option (#2107)
This commit is contained in:
@@ -48,6 +48,11 @@
|
||||
&--active {
|
||||
color: @red;
|
||||
}
|
||||
|
||||
&--disabled,
|
||||
&--disabled:active {
|
||||
color: @gray;
|
||||
}
|
||||
}
|
||||
|
||||
&__selected {
|
||||
|
||||
Reference in New Issue
Block a user