mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
0a37cfb915
Also remove CSS hack from MWTransclusionNode now that we have properly styled Parsoid references. Bug: 63983 Change-Id: I5e8dc4c618809f6dd923fe4676d57acd1094f93d
16 lines
369 B
CSS
16 lines
369 B
CSS
/*!
|
|
* VisualEditor ContentEditable MediaWiki MWTransclusionNode styles.
|
|
*
|
|
* @copyright 2011-2014 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ce-mwTransclusionInlineNode {
|
|
display: inline-block;
|
|
}
|
|
|
|
/* HACK: Hide Ref errors in templates */
|
|
.ve-ce-mwTransclusionNode .mw-ext-cite-error {
|
|
display: none;
|
|
}
|