mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
41672be584
New changes: d02cf3d Fix simulation of .prepend() in ve.ce.BranchNode#onSplice c19fa38 [BREAKING CHANGE] Remove generated content node wrappers Local changes to remove classes attached to GC nodes Change-Id: Ide82c96db4803ef59d398788b46fa5d7fb9a2476
16 lines
340 B
CSS
16 lines
340 B
CSS
/*!
|
|
* VisualEditor ContentEditable MediaWiki MWReferenceNode styles.
|
|
*
|
|
* @copyright 2011-2014 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ce-mwReferenceNode-missingref {
|
|
cursor: not-allowed;
|
|
}
|
|
|
|
/* HACK: Hide Ref errors in templates */
|
|
.mw-ext-cite-error {
|
|
display: none;
|
|
}
|