Add visually hidden CSS class
This commit is contained in:
parent
7bac81e40f
commit
c8b7157a92
|
@ -523,3 +523,17 @@ main {
|
||||||
display: grid;
|
display: grid;
|
||||||
gap: 0.7em;
|
gap: 0.7em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.visually-hidden {
|
||||||
|
position: absolute;
|
||||||
|
width: 1px;
|
||||||
|
height: 1px;
|
||||||
|
padding: 0;
|
||||||
|
margin: -1px;
|
||||||
|
overflow: hidden;
|
||||||
|
clip: rect(0,0,0,0);
|
||||||
|
white-space: nowrap;
|
||||||
|
border: 0;
|
||||||
|
outline: 0;
|
||||||
|
outline-offset: 0;
|
||||||
|
}
|
||||||
|
|
|
@ -523,3 +523,17 @@ main {
|
||||||
display: grid;
|
display: grid;
|
||||||
gap: 0.7em;
|
gap: 0.7em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.visually-hidden {
|
||||||
|
position: absolute;
|
||||||
|
width: 1px;
|
||||||
|
height: 1px;
|
||||||
|
padding: 0;
|
||||||
|
margin: -1px;
|
||||||
|
overflow: hidden;
|
||||||
|
clip: rect(0,0,0,0);
|
||||||
|
white-space: nowrap;
|
||||||
|
border: 0;
|
||||||
|
outline: 0;
|
||||||
|
outline-offset: 0;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue