From 7b5fe18bbcca0811ae386c9230bf5f3d9da88acb Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Fri, 29 May 2020 16:45:56 -0300 Subject: Update prism.js to latest version Update prism.js and companion css to latest version Fixes the Currency and Type keyword highlight Fixes line numbering interference with a11y-toggle.js Change-Id: Ibbb5c95790e1366f0a1dbc497d8741e69a0a3957 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95173 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- help3xsl/default.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'help3xsl/default.css') diff --git a/help3xsl/default.css b/help3xsl/default.css index 0ae386088a..dd647d14f2 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -361,10 +361,7 @@ header { height: 60px; margin-right: 10px; } -[aria-hidden='true'], -[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 */ @@ -739,7 +736,7 @@ li.disabled a { } } @media screen and (min-width: 960px) { - #langs-nav { + #langs-nav, #modules-nav { display: none; } #langs-nav a { -- cgit