Skip to content

Commit

Permalink
topbar: improve discovering links on keyboard navigation #726
Browse files Browse the repository at this point in the history
the toc was navigatable by pressing <TAB> although the flyout was closed
  • Loading branch information
McShelby committed Nov 18, 2023
1 parent 28d09d0 commit b5d8b1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static/css/theme.css
Expand Up @@ -1422,6 +1422,7 @@ html[dir="rtl"] .expand > .expand-label > i.fa-chevron-right {
opacity: 0;
overflow: hidden;
position: absolute;
visibility: hidden;
width: 0;
z-index: 180;
}
Expand All @@ -1430,6 +1431,7 @@ html[dir="rtl"] .expand > .expand-label > i.fa-chevron-right {
border-width: 1px;
height: auto;
opacity: 1;
visibility: visible;
width: auto;
}

Expand Down

0 comments on commit b5d8b1c

Please sign in to comment.