mediawiki-extensions-Visual.../modules/ve-mw/ce/styles/nodes/ve.ce.MWTransclusionNode.css
David Lynch b6c6d10d1e ce.MWTransclusionNode: increase invisible selector specificity
5f6664e2 in VE core changed the specificity for some of the rules this
expected to override.

Bug: T189267
Change-Id: I510e151cc431c321d1d45fde9030d56f059d84ab
2018-03-08 19:27:52 -06:00

16 lines
400 B
CSS

/*!
* VisualEditor ContentEditable MediaWiki MWTransclusionNode styles.
*
* @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
.ve-ce-mwTransclusionNode > .ve-ce-focusableNode-invisibleIcon.oo-ui-iconElement {
font-size: 0.914286em;
width: auto;
}
.ve-ce-mwTransclusionNode.ve-ce-focusableNode-invisible {
width: auto;
}