ve.init.mw.ViewPageTarget: Update toolbox on activated instead of active

This hides the links at the same time as other parts, right when the
module is loaded, instead of after the surface is ready.

Change-Id: Ifda6985636f354060f43b7e9ecc9425b30c513c9
This commit is contained in:
Timo Tijhof 2015-02-21 15:06:07 +00:00
parent c6dbdc92ea
commit a3efd1e4f5

View file

@ -21,10 +21,10 @@
completely as #siteSub should remain visible (for persistence with read mode),
and ve-ui-mwTocWidget is also part of #bodyContent. */
.ve-active #bodyContent > :not(#siteSub):not(.ve-ui-mwTocWidget),
.ve-active #t-print,
.ve-active #t-permalink,
.ve-active #p-coll-print_export,
.ve-active #t-cite {
.ve-activated #t-print,
.ve-activated #t-permalink,
.ve-activated #p-coll-print_export,
.ve-activated #t-cite {
display: none;
}