Table of contents: Cached HTML is no longer a problem

Bug: T307900
Change-Id: Ic03bc15b8a15d6d095130c8346c399a2ac93d955
This commit is contained in:
Jon Robson 2022-06-10 14:14:39 -07:00 committed by Jdlrobson
parent e1942cec4e
commit 25c3fc1863
1 changed files with 1 additions and 4 deletions

View File

@ -13,10 +13,7 @@
}
#vector-toc-collapsed-button {
// Temporary !important needed while style attribute is present in HTML.
// This is because new HTML can be loaded with old CSS.
/* stylelint-disable-next-line declaration-no-important */
display: block !important;
display: block;
float: left;
margin-right: 4px;
margin-left: -10px;