mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-04 02:39:02 +00:00
3180445ce9
Bug: T149753 Depends-On: I6967c9c2b99449e1a4ac003db8213586eda7fbbd Change-Id: I9baaa8634e9f364e78b3e881113ed8fa917bc76f
17 lines
466 B
CSS
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;
|
|
}
|