From c6409aa8d0e0c6342cb397f906ac602201581a27 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Wed, 3 Jun 2020 09:52:51 -0300 Subject: 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 --- help3xsl/default.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'help3xsl') diff --git a/help3xsl/default.css b/help3xsl/default.css index dd647d14f2..323f79e062 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 */ -- cgit