2015-03-02 22:34:02 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor ContentEditable MediaWiki MWTransclusionNode styles.
|
|
|
|
*
|
2018-01-03 00:54:47 +00:00
|
|
|
* @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt
|
2015-03-02 22:34:02 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
2018-02-21 21:28:20 +00:00
|
|
|
.ve-ce-mwTransclusionNode > .ve-ce-focusableNode-invisibleIcon.oo-ui-iconWidget.oo-ui-iconElement {
|
2016-08-02 10:43:17 +00:00
|
|
|
font-size: 0.914286em;
|
|
|
|
width: auto;
|
2015-03-09 18:59:10 +00:00
|
|
|
}
|
|
|
|
|
2016-08-02 10:43:17 +00:00
|
|
|
.ve-ce-mwTransclusionNode.ve-ce-focusableNode-invisible {
|
|
|
|
width: auto;
|
2015-03-02 22:34:02 +00:00
|
|
|
}
|