mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-13 17:57:06 +00:00
1d46d78ced
Bug: T307112 Change-Id: Ic7bf195972d3f5bfe781a15fc805d7ef1b56e496
8 lines
159 B
Plaintext
8 lines
159 B
Plaintext
.ve-activated {
|
|
// Temporarily disable TOC in edit mode until TOC works with both visual and source editors
|
|
// T294950
|
|
.sidebar-toc {
|
|
display: none;
|
|
}
|
|
}
|