mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix button actived had 1px blank
This commit is contained in:
parent
ae2c2dbe32
commit
771bd7eba2
@ -15,10 +15,10 @@
|
|||||||
&::before {
|
&::before {
|
||||||
content: " ";
|
content: " ";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: -1px;
|
||||||
left: 0;
|
left: -1px;
|
||||||
right: 0;
|
right: -1px;
|
||||||
bottom: 0;
|
bottom: -1px;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
background-color: $black;
|
background-color: $black;
|
||||||
border-radius: inherit; /* inherit parent's border radius */
|
border-radius: inherit; /* inherit parent's border radius */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user