mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-24 06:54:00 +00:00
2ffbf1fa66
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
13 lines
306 B
Plaintext
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;
|
|
}
|