Skip to content

Commit 2ebc52c

Browse files
committed
cursor:pointer on demo
1 parent 1a6f945 commit 2ebc52c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

demo/build.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
.checkbox input[type="checkbox"],
3535
.checkbox input[type="radio"] {
3636
opacity: 0;
37-
z-index: 1; }
37+
z-index: 1;
38+
cursor: pointer;
39+
}
3840
.checkbox input[type="checkbox"]:focus + label::before,
3941
.checkbox input[type="radio"]:focus + label::before {
4042
outline: thin dotted;
@@ -204,7 +206,9 @@
204206
transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
205207
.radio input[type="radio"] {
206208
opacity: 0;
207-
z-index: 1; }
209+
z-index: 1;
210+
cursor: pointer;
211+
}
208212
.radio input[type="radio"]:focus + label::before {
209213
outline: thin dotted;
210214
outline: 5px auto -webkit-focus-ring-color;

0 commit comments

Comments
 (0)