Skip to content
Snippets Groups Projects
Commit b5b220fd authored by bbaer's avatar bbaer
Browse files

fixes #9692

parent 8477faeb
No related branches found
No related tags found
1 merge request!219fixes #9692
Pipeline #2851 passed
......@@ -175,7 +175,9 @@ i.@{spinner_class} {
border: 2px solid #ccc;
}
.checkbox-inline:hover input ~ .checkmark, .checkbox:hover input ~ .checkmark {
.checkbox-inline:hover input ~ .checkmark, .checkbox:hover input ~ .checkmark,
.checkbox-inline input:focus ~ .checkmark, .checkbox input:focus ~ .checkmark,
.checkbox-inline input:active ~ .checkmark, .checkbox input:active ~ .checkmark {
border-color: #66afe9;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment