mediawiki-skins-Vector/skinStyles/ext.visualEditor.less
bwang 128a01bd35 [Clean up] Remove CSS and HTML from cached TOC html
Follow-up: I5b9228380f5c4674ef424d33127a5cb4010822da
Change-Id: I2a1167278c5ece9c0540cff9b5c06fcf185bc64d
2023-01-16 17:21:12 -06:00

8 lines
158 B
Plaintext

.ve-activated {
// Temporarily disable TOC in edit mode until TOC works with both visual and source editors
// T294950
.vector-toc {
display: none;
}
}