mediawiki-extensions-Cite/modules/ve-cite/ve.ui.MWReferenceDialog.less
mareikeheuer 2ffbf1fa66 Display extends warning message when editing a reference
MVP implementation for adding a warning when editing a reference
that's the extension of another. In the current approach we're
just using the elements .text() like we do when you create an
extended reference.

Bug: T247922
Change-Id: I2fc574152059937b4aa3fc25ee486d363cc809d5
2024-07-03 07:18:35 +02:00

13 lines
306 B
Plaintext

/*!
* VisualEditor MediaWiki UserInterface MWReferenceDialog styles.
*
* @copyright 2011-2019 VisualEditor Team's Cite sub-team and others; see AUTHORS.txt
* @license MIT
*/
.ve-ui-mwReferenceDialog-reuseWarning,
.ve-ui-mwReferenceDialog-extendsWarning {
font-weight: normal;
margin-bottom: 1em;
}