Skip to content

Commit f8eb24b

Browse files
Binu42apollonian
authored andcommitted
styled disabled btn cursor to not-allowed
1 parent 0f70963 commit f8eb24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/demo/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ input[type=number] {
181181

182182
.btn:disabled {
183183
background-color: rgba(0, 0, 0, 0.4);
184-
cursor: default;
184+
cursor: not-allowed;
185185
}
186186

187187
.margin-top--small {

0 commit comments

Comments
 (0)