Skip to content
Snippets Groups Projects
Commit 4d5b5584 authored by Brian Canini's avatar Brian Canini
Browse files

accessibility updates

- hiding search box label so that it's only visible for screen readers
parent 4d2e72d5
No related branches found
No related tags found
No related merge requests found
......@@ -883,6 +883,15 @@
.form-item-combine {
.control-label {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
@media (max-width: 768px) {
width: 100%;
}
......
......@@ -7804,6 +7804,13 @@ article .field--name-body {
top: 0px;
left: 4px;
color: #ffffff; }
#views-exposed-form-people-directory-page-1 .form-item-combine .control-label {
position: absolute;
left: -10000px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden; }
@media (max-width: 768px) {
#views-exposed-form-people-directory-page-1 .form-item-combine {
width: 100%; } }
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
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