mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 01:17:15 +00:00
style(TreeSelect): add active feedback
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user