Use `not-allowed` for cursor on disabled buttons (#32076)

This commit is contained in:
Matt Jankowski 2024-09-25 03:43:12 -04:00 committed by GitHub
parent 4e6fc3a62f
commit 69aa5699ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 {