hide search input label, only visible to screen readers

This commit is contained in:
2024-08-10 14:34:30 +02:00
parent 646b3e4128
commit af9eba0b60
2 changed files with 23 additions and 10 deletions

View File

@ -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;
}