fix: revert button active translate value
This commit is contained in:
@@ -262,7 +262,7 @@ input[type="range"]::-ms-fill-upper {
|
||||
.button:active {
|
||||
background: var(--text) !important;
|
||||
color: var(--base);
|
||||
transform: translate(3px, 3px);
|
||||
transform: translate(4px, 4px);
|
||||
}
|
||||
|
||||
.button.button-active::after,
|
||||
|
Reference in New Issue
Block a user