hide search input label, only visible to screen readers
This commit is contained in:
@ -346,4 +346,15 @@ select {
|
||||
|
||||
.accordion .blockContent {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.sr-only {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
padding: 0;
|
||||
margin: -1px;
|
||||
overflow: hidden;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
border: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user