Still show icon on click.

This commit is contained in:
Víðir Valberg Guðmundsson 2017-04-29 13:11:16 +02:00
parent c32cde780a
commit 12d08a092c

View file

@ -243,17 +243,17 @@ footer {
width: 20px;
}
.form-group input[type="checkbox"] + .btn-group > label i:first-child {
.form-group input[type="checkbox"] + .btn-group > label span i:first-child {
display: none;
}
.form-group input[type="checkbox"] + .btn-group > label i:last-child {
.form-group input[type="checkbox"] + .btn-group > label span i:last-child {
display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label i:first-child {
.form-group input[type="checkbox"]:checked + .btn-group > label span i:first-child {
display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label i:last-child {
.form-group input[type="checkbox"]:checked + .btn-group > label span i:last-child {
display: none;
}
.form-group input[type="checkbox"]:checked + .btn-group > label {