mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-13 17:57:06 +00:00
128a01bd35
Follow-up: I5b9228380f5c4674ef424d33127a5cb4010822da Change-Id: I2a1167278c5ece9c0540cff9b5c06fcf185bc64d
8 lines
158 B
Plaintext
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;
|
|
}
|
|
}
|