mirror of
https://github.com/youzan/vant.git
synced 2025-10-15 23:55:08 +00:00
fix(Button): fix button active style (#13386)
This commit is contained in:
@@ -69,6 +69,7 @@
|
|||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
content: ' ';
|
content: ' ';
|
||||||
|
box-sizing: content-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:active::before {
|
&:active::before {
|
||||||
|
Reference in New Issue
Block a user