Skip to content

Commit fed9277

Browse files
thisispiersshoudaos
authored andcommitted
cursor:pointer on input
1 parent c928247 commit fed9277

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

awesome-bootstrap-checkbox.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
.checkbox input[type="radio"] {
4040
opacity: 0;
4141
z-index: 1;
42+
cursor: pointer;
4243
}
4344
.checkbox input[type="checkbox"]:focus + label::before,
4445
.checkbox input[type="radio"]:focus + label::before {
@@ -230,6 +231,7 @@
230231
.radio input[type="radio"] {
231232
opacity: 0;
232233
z-index: 1;
234+
cursor: pointer;
233235
}
234236
.radio input[type="radio"]:focus + label::before {
235237
outline: thin dotted;

0 commit comments

Comments
 (0)