mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
perf: add transition-property (#4389)
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
line-height: inherit;
|
||||
text-align: center;
|
||||
border: 1px solid @checkbox-border-color;
|
||||
transition: @checkbox-transition-duration;
|
||||
transition-duration: @checkbox-transition-duration;
|
||||
transition-property: color, border-color, background-color;
|
||||
}
|
||||
|
||||
&--round {
|
||||
|
Reference in New Issue
Block a user