mediawiki-extensions-Visual.../modules/ve-mw/ce/styles/nodes/ve.ce.MWTransclusionNode.css
Ed Sanders 8d749518ec stylelint: Comment uses of 'unsupported' browser CSS features
Change-Id: Ia88575d3fe71c22551cc601f03d8f4dea6d7fe16
2016-05-17 12:28:07 +00:00

25 lines
678 B
CSS

/*!
* VisualEditor ContentEditable MediaWiki MWTransclusionNode styles.
*
* @copyright 2011-2016 VisualEditor Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
.ve-ce-mwTransclusionNode.oo-ui-iconElement {
display: inline-block;
vertical-align: middle;
padding: 0.2em;
margin: -0.25em 0.15em 0 0.15em;
}
.ve-ce-mwTransclusionNode.oo-ui-iconElement .oo-ui-iconElement-icon {
display: inline-block;
vertical-align: middle;
width: 1.25em;
height: 1.25em;
background-repeat: no-repeat;
background-position: center center;
background-size: 24px 24px; /* stylelint-disable-line no-unsupported-browser-features */
opacity: 0.5;
}