mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
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:
parent
c6dbdc92ea
commit
a3efd1e4f5
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue