help3xsl/default.css | 4 ++++ 1 file changed, 4 insertions(+) New commits: commit c6409aa8d0e0c6342cb397f906ac602201581a27 Author: Olivier Hallot <olivier.hal...@libreoffice.org> AuthorDate: Wed Jun 3 09:52:51 2020 -0300 Commit: Olivier Hallot <olivier.hal...@libreoffice.org> CommitDate: Wed Jun 3 15:00:52 2020 +0200
Fix [aria-hidden] topix in CSS Change-Id: Ifbc5d8d7a3ffc92965a78062c5943b5e94081bf0 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95434 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org> diff --git a/help3xsl/default.css b/help3xsl/default.css index dd647d14f..323f79e06 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -362,6 +362,10 @@ header { margin-right: 10px; } +[data-a11y-toggle]:not([aria-controls]) { + display: none; +} + #langs-nav:not([aria-hidden='true']), #modules-nav:not([aria-hidden='true']) { z-index: 100; /* line them up horizontally */ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits