Skip to content
Snippets Groups Projects
Commit bd2714ea authored by Jay Huskins's avatar Jay Huskins Committed by Chris Wells
Browse files

Issue #3365103 by JessicaN, jayhuskins, mferanda, lostcarpark, KurtTrowbridge,...

Issue #3365103 by JessicaN, jayhuskins, mferanda, lostcarpark, KurtTrowbridge, chrisfromredfin: Outline on categories not appearing for check boxes - 508/Accessibility issue
parent 8071a588
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,10 @@ ...@@ -28,6 +28,10 @@
.filter__checkbox { .filter__checkbox {
margin-inline: 10px; margin-inline: 10px;
} }
input.filter__checkbox:focus-visible {
outline: 3px solid #26a769;
outline-offset: 2px;
}
.filter__fieldset { .filter__fieldset {
border: none; border: none;
} }
......
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