enhance(mobile): remove padding active style when clicking buttons

This commit is contained in:
Tienson Qin
2021-11-30 11:24:12 +08:00
parent aa00c0364a
commit af4abb6066

View File

@@ -160,7 +160,10 @@ a.button {
&:hover, &.active {
opacity: 1;
background: var(--ls-tertiary-background-color);
background: none;
@screen md {
background: var(--ls-tertiary-background-color);
}
}
}