From 64ee3686b8b2a2b64f4d106be77db1fd2866f93d Mon Sep 17 00:00:00 2001 From: Jon Robson Date: Fri, 10 Jun 2022 14:13:30 -0700 Subject: [PATCH] Cached CSS is no longer a problem The !important is retained for cached HTML and will be retained for another release cycle Cached HTML will continue to be a problem until next deploy. The CSS cleanup will thus be fixed in a follow up (I47b7a0bc9c5dad5451f1dbb5e32e513643a1534b) Bug: T307900 Change-Id: I47b7a0bc9c5dad5451f1dbb5e32e513643a1534b --- includes/templates/ContentHeader.mustache | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/templates/ContentHeader.mustache b/includes/templates/ContentHeader.mustache index e59f53875..80004824c 100644 --- a/includes/templates/ContentHeader.mustache +++ b/includes/templates/ContentHeader.mustache @@ -22,8 +22,7 @@ aria-controls="toc-toggle-list" data-event-name="vector.toc-toggle-list" tabindex="0" - title="{{msg-vector-toc-menu-tooltip}}" - style="display: none"> + title="{{msg-vector-toc-menu-tooltip}}"> {{/data-toc}} {{{html-title-heading}}}