mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/contextitems/ve.ui.MWReferenceContextItem.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

13 lines
298 B
CSS

/*!
* VisualEditor MediaWiki UserInterface reference context item styles.
*
* @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
.ve-ui-mwReferenceContextItem-muted {
color: #777;
font-style: italic;
line-height: 1.5;
}