chore: minor change
This commit is contained in:
parent
b9506f48ac
commit
8c586eb3dc
3 changed files with 15 additions and 2 deletions
|
@ -556,14 +556,25 @@ li {
|
|||
display: none !important;
|
||||
}
|
||||
|
||||
.screen-readers-only:not(:focus):not(:active) {
|
||||
.hidden-visually {
|
||||
border: 0;
|
||||
clip: rect(0 0 0 0);
|
||||
clip-path: inset(50%);
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
white-space: nowrap;
|
||||
width: 1px;
|
||||
|
||||
&:focus {
|
||||
clip: auto;
|
||||
height: auto;
|
||||
margin: 0;
|
||||
overflow: visible;
|
||||
position: static;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.text-centered {
|
||||
|
|
Reference in a new issue