mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
style(Popover): improve cursor (#7623)
This commit is contained in:
parent
40062ad21b
commit
1f5f078aec
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user