mediawiki-extensions-Visual.../modules/ve-mw/ce/styles/nodes/ve.ce.MWReferenceNode.css
Ed Sanders 97e0cd28a5 Make missingref references uneditable, not uninspectable
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
2015-07-24 12:03:05 -07:00

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;
}