[Libreoffice-commits] help.git: help3xsl/default.css
Olivier Hallot (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jun 3 13:01:11 UTC 2020
help3xsl/default.css | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit c6409aa8d0e0c6342cb397f906ac602201581a27
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Wed Jun 3 09:52:51 2020 -0300
Commit: Olivier Hallot <olivier.hallot at 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.hallot at 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 */
More information about the Libreoffice-commits
mailing list