mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 11:17:41 +00:00
[breaking change] Cell: show active color when clicked (#497)
This commit is contained in:
@@ -80,6 +80,10 @@ export default {
|
||||
position: relative;
|
||||
user-select: none;
|
||||
|
||||
&:active {
|
||||
background-color: $active-color;
|
||||
}
|
||||
|
||||
&--open {
|
||||
color: #999;
|
||||
}
|
||||
|
Reference in New Issue
Block a user