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