Skip to content

Commit

Permalink
Fix submenu keyboard a11y in IE (#22546)
Browse files Browse the repository at this point in the history
  • Loading branch information
tellthemachines authored May 29, 2020
1 parent 2784a98 commit 7b10c30
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/block-library/src/navigation/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,12 @@ $color-control-label-height: 20px;
display: none;
}
}

// IE fix for submenu visibility on parent focus

.is-editing > .wp-block-navigation__container {
visibility: visible;
opacity: 1;
display: flex;
flex-direction: column;
}

0 comments on commit 7b10c30

Please sign in to comment.