[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
Matt Jankowski 2024-09-25 03:43:12 -04:00 committed by Claire
parent 633165ba9c
commit d9d84822bb
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@
&:disabled,
&.disabled {
background-color: $ui-primary-color;
cursor: default;
cursor: not-allowed;
}
&.copyable {