topbar: improve discovering links on keyboard navigation #726

the toc was navigatable by pressing <TAB> although the flyout was closed
This commit is contained in:
Sören Weber 2023-11-19 00:35:49 +01:00
parent 28d09d0b27
commit b5d8b1cc31
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -1422,6 +1422,7 @@ html[dir="rtl"] .expand > .expand-label > i.fa-chevron-right {
opacity: 0; opacity: 0;
overflow: hidden; overflow: hidden;
position: absolute; position: absolute;
visibility: hidden;
width: 0; width: 0;
z-index: 180; z-index: 180;
} }
@ -1430,6 +1431,7 @@ html[dir="rtl"] .expand > .expand-label > i.fa-chevron-right {
border-width: 1px; border-width: 1px;
height: auto; height: auto;
opacity: 1; opacity: 1;
visibility: visible;
width: auto; width: auto;
} }