mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 03:11:15 +00:00
fix(Pagination): don't show click feedback when button is disabled (#11779)
This commit is contained in:
@@ -75,9 +75,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&--disabled {
|
&--disabled {
|
||||||
color: var(--van-pagination-item-disabled-color);
|
&,
|
||||||
background-color: var(--van-pagination-item-disabled-background);
|
&:active {
|
||||||
opacity: var(--van-pagination-disabled-opacity);
|
color: var(--van-pagination-item-disabled-color);
|
||||||
|
background-color: var(--van-pagination-item-disabled-background);
|
||||||
|
opacity: var(--van-pagination-disabled-opacity);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user