mediawiki-extensions-Cite/modules/ve-cite/ve.ui.MWReferenceContextItem.less
thiemowmde 16711d681b Group and nest stylesheets now they are .less files
Change-Id: Iedd9748cf9f38847ef4553459d533a67a0950645
2024-01-21 15:59:20 +01:00

26 lines
535 B
Plaintext

/*!
* VisualEditor MediaWiki UserInterface reference context item styles.
*
* @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see AUTHORS.txt
* @license MIT
*/
.ve-ui-mwReferenceContextItem {
&-muted {
color: #72777d;
font-style: italic;
line-height: 1.5;
}
.ve-ui-previewElement {
/* Reference links can often be too long, so break them up */
word-break: break-word;
word-wrap: break-word;
overflow-wrap: break-word;
+ .ve-ui-mwReferenceContextItem-muted {
margin-top: 0.5em;
}
}
}