mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
97e0cd28a5
Depends on I1ba8978dd in core. Bonus: remove not-allowed-cursor & highlight title (which was broken) now that we can display this information properly. Bug: T106810 Change-Id: I1800490ba1b8e10ff54b26372a8a78661c1c7d68
17 lines
422 B
CSS
17 lines
422 B
CSS
/*!
|
|
* VisualEditor ContentEditable MediaWiki MWReferenceNode styles.
|
|
*
|
|
* @copyright 2011-2015 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;
|
|
}
|