Skip to content

Commit

Permalink
Set disabled button cursor to 'not-allowed' (#5372)
Browse files Browse the repository at this point in the history
  • Loading branch information
w-masahiro-ct authored Jan 8, 2025
1 parent f478ab3 commit 8d21b3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/stylesheets/modules/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
opacity: .7; }

.form__submit:disabled {
opacity: .7; }
opacity: .7;
cursor: not-allowed; }

.form__submit--no-hover:enabled:hover {
opacity: 1;
Expand Down

0 comments on commit 8d21b3b

Please sign in to comment.