mediawiki-extensions-Visual.../modules/ve-mw/ce/styles/nodes/ve.ce.MWBlockImageNode.css
Ed Sanders 3180445ce9 Edit image captions in place
Bug: T149753
Depends-On: I6967c9c2b99449e1a4ac003db8213586eda7fbbd
Change-Id: I9baaa8634e9f364e78b3e881113ed8fa917bc76f
2017-07-19 13:01:02 +01:00

17 lines
466 B
CSS

/*!
* VisualEditor ContentEditable MediaWiki MWBlockImageNode styles.
*
* @copyright 2011-2017 VisualEditor Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
/* Override paragraph margins inside of captions */
.ve-ce-mwBlockImageNode > figcaption p {
margin: 0 !important; /* stylelint-disable-line declaration-no-important */
}
.ve-ce-mwBlockImageNode > figcaption > .magnify {
cursor: default;
pointer-events: none;
}