From b5d8b1cc31fc3dbf0f830a61836beaadddacd76a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 19 Nov 2023 00:35:49 +0100 Subject: [PATCH] topbar: improve discovering links on keyboard navigation #726 the toc was navigatable by pressing although the flyout was closed --- static/css/theme.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/css/theme.css b/static/css/theme.css index e76c820249..464252291e 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -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; } @@ -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; }