We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6f945 commit 2ebc52cCopy full SHA for 2ebc52c
demo/build.css
@@ -34,7 +34,9 @@
34
.checkbox input[type="checkbox"],
35
.checkbox input[type="radio"] {
36
opacity: 0;
37
- z-index: 1; }
+ z-index: 1;
38
+ cursor: pointer;
39
+}
40
.checkbox input[type="checkbox"]:focus + label::before,
41
.checkbox input[type="radio"]:focus + label::before {
42
outline: thin dotted;
@@ -204,7 +206,9 @@
204
206
transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
205
207
.radio input[type="radio"] {
208
209
210
211
212
.radio input[type="radio"]:focus + label::before {
213
214
outline: 5px auto -webkit-focus-ring-color;
0 commit comments