summaryrefslogtreecommitdiffstats
path: root/help3xsl/default.css
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2020-06-03 09:52:51 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2020-06-03 15:00:52 +0200
commitc6409aa8d0e0c6342cb397f906ac602201581a27 (patch)
treed490255a4668b8433e5da579de6ef33abe1569cf /help3xsl/default.css
parentImprove help information for ACCRINT() function to better explain the behavio... (diff)
downloadhelp-c6409aa8d0e0c6342cb397f906ac602201581a27.tar.gz
help-c6409aa8d0e0c6342cb397f906ac602201581a27.zip
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.css4
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 */