style(Popover): improve cursor (#7623)

This commit is contained in:
neverland 2020-11-24 17:09:53 +08:00 committed by GitHub
parent 40062ad21b
commit 1f5f078aec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@
padding: 0 @padding-md;
font-size: @popover-action-font-size;
line-height: @line-height-md;
cursor: pointer;
&:last-child {
.van-popover__action-text::after {
@ -212,6 +213,7 @@
&--disabled {
color: @popover-light-action-disabled-text-color;
cursor: not-allowed;
&:active {
background-color: transparent;