diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-06-03 09:52:51 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-06-03 15:00:52 +0200 |
commit | c6409aa8d0e0c6342cb397f906ac602201581a27 (patch) | |
tree | d490255a4668b8433e5da579de6ef33abe1569cf /help3xsl/default.css | |
parent | e04a83713f38be33d0c51cc35d0c457919a3f213 (diff) |
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.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r-- | help3xsl/default.css | 4 |
1 files changed, 4 insertions, 0 deletions
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 */ |