style(Cascader): improve option cursor (#9032)

This commit is contained in:
neverland 2021-07-15 10:48:09 +08:00 committed by GitHub
parent c55ab9611f
commit ad3275ba7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,6 +74,7 @@
padding: 10px var(--van-padding-md);
font-size: var(--van-font-size-md);
line-height: var(--van-line-height-md);
cursor: pointer;
&:active {
background-color: var(--van-active-color);