Skip to content
Snippets Groups Projects
Commit 0210bfae authored by Benjamin Baer's avatar Benjamin Baer
Browse files

Merge branch 'B9692-keyboardSelectCheckbox' into 'master'

fixes #9692

See merge request !219
parents 8477faeb b5b220fd
No related branches found
No related tags found
1 merge request!219fixes #9692
Pipeline #2867 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