Skip to content

Commit 00531e5

Browse files
committed
styles/buttons: Use not-allowed cursor for disabled buttons
1 parent 81596ce commit 00531e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/styles/shared/buttons.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
&[disabled] {
5656
background: linear-gradient(to bottom, var(--bg-color-top-light) 0%, var(--bg-color-bottom-light) 100%);
5757
color: var(--disabled-text-color) !important;
58+
cursor: not-allowed;
5859
}
5960
}
6061

0 commit comments

Comments
 (0)