mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 10:07:07 +00:00
fix button actived had 1px blank
This commit is contained in:
@@ -15,10 +15,10 @@
|
||||
&::before {
|
||||
content: " ";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
top: -1px;
|
||||
left: -1px;
|
||||
right: -1px;
|
||||
bottom: -1px;
|
||||
opacity: 0;
|
||||
background-color: $black;
|
||||
border-radius: inherit; /* inherit parent's border radius */
|
||||
|
Reference in New Issue
Block a user