mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Pagination): don't show click feedback when button is disabled (#11779)
This commit is contained in:
parent
f10557a211
commit
c7df4290e2
@ -75,11 +75,14 @@
|
||||
}
|
||||
|
||||
&--disabled {
|
||||
&,
|
||||
&:active {
|
||||
color: var(--van-pagination-item-disabled-color);
|
||||
background-color: var(--van-pagination-item-disabled-background);
|
||||
opacity: var(--van-pagination-disabled-opacity);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__page-desc {
|
||||
flex: 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user