Merge pull request #677 from Safelite/CSR-793-vin-information-focus-issue-fix
CSR-793 hide content from screen readers when collapsed.
This commit is contained in:
commit
09edff32e5
1 changed files with 2 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ export default {
|
||||||
max-height: 500px;
|
max-height: 500px;
|
||||||
transition: all 250ms ease-in;
|
transition: all 250ms ease-in;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
visibility: visible;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.vin-info {
|
.vin-info {
|
||||||
|
|
@ -86,6 +87,7 @@ export default {
|
||||||
transition: all 250ms ease-out;
|
transition: all 250ms ease-out;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
visibility: hidden;
|
||||||
p {
|
p {
|
||||||
margin-bottom: .5rem;
|
margin-bottom: .5rem;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue