mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
963e133851
Change-Id: I348e55ddea94f3b67f647c66ba53f7384d683584
13 lines
403 B
CSS
13 lines
403 B
CSS
/*!
|
|
* VisualEditor ContentEditable MediaWiki MWBlockImageNode styles.
|
|
*
|
|
* @copyright 2011-2014 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
/*csslint regex-selectors:false, overqualified-elements:false */
|
|
|
|
/* Hide outer shield for centered images */
|
|
figure[typeof~='mw:Image'].mw-halign-center + .ve-ce-protectedNode-shield {
|
|
display: none;
|
|
}
|