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

@ -22,6 +22,7 @@
float: inline-end;
appearance: none;
transition: var(--transition);
cursor: pointer;
border: none;
border-radius: var(--rounded-corner-small);
background-color: transparent;
@ -30,7 +31,6 @@
line-height: 0;
&:hover {
cursor: pointer;
box-shadow: var(--edge-highlight);
background-color: var(--fg-muted-1);
color: var(--fg-muted-5);
@ -41,9 +41,7 @@
}
&:disabled {
&:hover {
cursor: not-allowed;
}
cursor: not-allowed;
&:active {
transform: none;