[Glitch] Use `not-allowed` for cursor on disabled buttons
Port 69aa5699ce
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/2858/head
parent
633165ba9c
commit
d9d84822bb
|
@ -93,7 +93,7 @@
|
||||||
&:disabled,
|
&:disabled,
|
||||||
&.disabled {
|
&.disabled {
|
||||||
background-color: $ui-primary-color;
|
background-color: $ui-primary-color;
|
||||||
cursor: default;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.copyable {
|
&.copyable {
|
||||||
|
|
Loading…
Reference in New Issue