[improvement] TreeSelect: support disable option (#2107)

This commit is contained in:
neverland
2018-11-19 20:33:14 +08:00
committed by GitHub
parent 60096804a5
commit bf9db97921
7 changed files with 55 additions and 38 deletions
+5
View File
@@ -48,6 +48,11 @@
&--active {
color: @red;
}
&--disabled,
&--disabled:active {
color: @gray;
}
}
&__selected {