Skip to content

Commit a849a50

Browse files
authored
styles/buttons: Use not-allowed cursor for disabled buttons (#10179)
1 parent a8d2eec commit a849a50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/styles/shared/buttons.module.css

+1
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)