Browse Source

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

dariusk-working/4_3_0
Matt Jankowski 1 year ago committed by GitHub
parent
commit
69aa5699ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      app/javascript/styles/mastodon/components.scss

2
app/javascript/styles/mastodon/components.scss

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

Loading…
Cancel
Save