style(TreeSelect): add active feedback

This commit is contained in:
chenjiahan 2021-01-20 21:13:37 +08:00
parent cb3219ab66
commit bada315fb3

View File

@ -35,9 +35,17 @@
color: @tree-select-item-active-color;
}
&:active {
background-color: @active-color;
}
&--disabled {
color: @tree-select-item-disabled-color;
cursor: not-allowed;
&:active {
background-color: transparent;
}
}
}