mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 14:56:20 +00:00
ada58df361
Change-Id: I3c618c196e504a80ca297a4132a17f1977a24fb7
17 lines
422 B
CSS
17 lines
422 B
CSS
/*!
|
|
* VisualEditor ContentEditable MediaWiki MWReferenceNode styles.
|
|
*
|
|
* @copyright 2011-2016 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
/* HACK: Hide Ref errors in templates */
|
|
.mw-ext-cite-error {
|
|
display: none;
|
|
}
|
|
|
|
/* In IE, force hasLayout so the <sup>'s box gets measured correctly */
|
|
.ve-init-target-ie .ve-ce-mwReferenceNode {
|
|
display: inline-block;
|
|
}
|