Add hover cursor styles for buttons in the theme CSS
This commit is contained in:
parent
45c0e95e85
commit
d0f0bdca23
1 changed files with 8 additions and 0 deletions
|
|
@ -135,4 +135,12 @@
|
|||
scrollbar-width: thin;
|
||||
scrollbar-color: var(--color-border) transparent;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
button:disabled:hover {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue