Skip to content
Snippets Groups Projects
Commit c44836f4 authored by James Wilson's avatar James Wilson
Browse files

Issue #3415416 by jwilson3: [Siteimprove] Form field missing a label

parent e6c4a7ac
No related branches found
Tags 2.1.2
1 merge request!5Issue #3415416 by jwilson3: [Siteimprove] Form field missing a label
......@@ -108,3 +108,18 @@ main {
.ck.ck-content .button.primary:hover {
background-color: #1377b9;
}
/* Make hidden filter lables accessible to screen readers. */
.filter.hide-labels .form-item-label,
.filter.hide-labels .label,
.filter.hide-labels label {
display: block;
position: absolute;
overflow: hidden;
clip: rect(0 0 0 0);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
}
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