mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 10:07:07 +00:00
style(TreeSelect): add active feedback
This commit is contained in:
@@ -35,9 +35,17 @@
|
|||||||
color: @tree-select-item-active-color;
|
color: @tree-select-item-active-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:active {
|
||||||
|
background-color: @active-color;
|
||||||
|
}
|
||||||
|
|
||||||
&--disabled {
|
&--disabled {
|
||||||
color: @tree-select-item-disabled-color;
|
color: @tree-select-item-disabled-color;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
|
|
||||||
|
&:active {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user