fix: 排除 van-button 类的样式影响
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
button,
|
||||
button:not(.van-button),
|
||||
a,
|
||||
.green {
|
||||
text-decoration: none;
|
||||
@@ -17,7 +17,7 @@ a,
|
||||
}
|
||||
|
||||
@media (hover: hover) {
|
||||
button:hover,
|
||||
button:not(.van-button):hover,
|
||||
a:hover {
|
||||
background-color: hsla(160, 100%, 37%, 0.2);
|
||||
}
|
||||
|
Reference in New Issue
Block a user