2
0
Fork 0

You can now tab select check boxes.

Dieser Commit ist enthalten in:
John Shaver 2018-09-10 23:39:49 -07:00 committet von AJ ONeal
Ursprung fad0739f68
Commit 1b8c2d99a2
1 geänderte Dateien mit 6 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -128,7 +128,8 @@ pre {
}
.checkbox-array input[type=checkbox] {
display: none;
opacity: 0;
position: absolute;
}
.checkbox-array input[type=checkbox] ~ .icon-checked-box {
@ -254,4 +255,8 @@ pre {
.cert-download-container {
margin: 0 -31%;
}
.checkbox-array input[type=checkbox]:focus ~ .icon-checked-box, .checkbox-array input[type=checkbox]:focus ~ .icon-unchecked-box {
background: #5bc17f52;
}