Don't set cursor on hover
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user