Don't set cursor on hover

This commit is contained in:
daudix
2024-09-15 18:25:01 +03:00
parent 75d2e5476c
commit 955de008c5
9 changed files with 21 additions and 40 deletions

View File

@ -11,11 +11,8 @@ a.inline-button {
button.inline-button {
appearance: none;
cursor: pointer;
border: none;
&:hover {
cursor: pointer;
}
}
a.inline-button,