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;
|
padding: 0 @padding-md;
|
||||||
font-size: @popover-action-font-size;
|
font-size: @popover-action-font-size;
|
||||||
line-height: @line-height-md;
|
line-height: @line-height-md;
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
.van-popover__action-text::after {
|
.van-popover__action-text::after {
|
||||||
@ -212,6 +213,7 @@
|
|||||||
|
|
||||||
&--disabled {
|
&--disabled {
|
||||||
color: @popover-light-action-disabled-text-color;
|
color: @popover-light-action-disabled-text-color;
|
||||||
|
cursor: not-allowed;
|
||||||
|
|
||||||
&:active {
|
&:active {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user