Closed ianTevesAcc closed 4 months ago
You can work around this bug by adding the following css snippet:
.workspace-leaf-content[data-mode="source"] .block-language-table-of-contents li a[style="display: none;"] {
display: none !important;
}
This disables the link when not in source view. A plugin update should be created in the future though.
Higher rank css rules over power the css rule of link causing the display none to be shown. We should probably add
display: none !important;
for the link so that its not over ruled by previous rules.Solved with a bit of css.
Checklist: