Skip to content

Commit

Permalink
fix: a11y
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-murashko committed Feb 4, 2021
1 parent ea7053b commit 8d1085b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/modules/esl-panel/core/esl-panel-stack.less
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ esl-panel-stack {
}
}

// fix a11y
esl-panel-stack:not(.animate) esl-panel:not(.open) {
* {
visibility: hidden !important;
}
}

@keyframes postponedHide {
0%, 99% {
display: block;
Expand Down

0 comments on commit 8d1085b

Please sign in to comment.