Add visually hidden CSS class
This commit is contained in:
parent
aeaf5b950e
commit
31b6d5968b
@ -523,3 +523,17 @@ main {
|
||||
display: grid;
|
||||
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;
|
||||
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…
x
Reference in New Issue
Block a user