diff options
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 */ |