added "cursor: pointer" to buttons
This commit is contained in:
parent
539e72565a
commit
9b0017f32d
@ -121,6 +121,7 @@ button {
|
|||||||
min-width: 64px;
|
min-width: 64px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: var(--accent-text);
|
color: var(--accent-text);
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
button[disabled] {
|
button[disabled] {
|
||||||
|
Loading…
Reference in New Issue
Block a user