mediawiki-extensions-Cite/modules/ve-cite/ve.ce.MWReferencesListNode.less
Ed Sanders 9b9eccc21b ve-cite: Simplify LESS files with nesting
Change-Id: I7a8ec9fceb3563a4561afd95e18a5667a363a1ab
2023-03-28 11:06:14 +00:00

21 lines
434 B
Plaintext

/*!
* VisualEditor ContentEditable MediaWiki MWReferencesListNode styles.
*
* @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see AUTHORS.txt
* @license MIT
*/
.ve-ce-mwReferencesListNode {
// Remove the styling of the preview wrapper, and any
// generated paragraph wrappers
.ve-ui-previewElement,
.ve-ce-generated-wrapper {
display: inline;
}
&-muted {
color: #72777d;
font-style: italic;
}
}