Skip to content

Commit

Permalink
styles/buttons: Use not-allowed cursor for disabled buttons (#10179)
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 authored Dec 11, 2024
1 parent a8d2eec commit a849a50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/styles/shared/buttons.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
&[disabled] {
background: linear-gradient(to bottom, var(--bg-color-top-light) 0%, var(--bg-color-bottom-light) 100%);
color: var(--disabled-text-color) !important;
cursor: not-allowed;
}
}

Expand Down

0 comments on commit a849a50

Please sign in to comment.