mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-12 06:27:01 +00:00
c9c7c06e76
Change-Id: Ic9fad12fe4c20793dd54cb3169b9dffe3a6a18da
18 lines
340 B
Plaintext
18 lines
340 B
Plaintext
/*!
|
|
* VisualEditor ContentEditable MediaWiki MWTransclusionNode styles.
|
|
*
|
|
* @copyright See AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ce-mwTransclusionNode {
|
|
> .ve-ce-focusableNode-invisibleIcon.oo-ui-iconElement {
|
|
font-size: 1em;
|
|
width: auto;
|
|
}
|
|
|
|
&.ve-ce-focusableNode-invisible {
|
|
width: auto;
|
|
}
|
|
}
|