mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-13 06:49:42 +00:00
9ee1b51fbe
Change-Id: Ic818efe7315187bf96ead7bd6468ecb3d44d988d
17 lines
419 B
Plaintext
17 lines
419 B
Plaintext
/*!
|
|
* VisualEditor ContentEditable MediaWiki MWBlockImageNode styles.
|
|
*
|
|
* @copyright 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 */
|
|
}
|
|
|
|
/* Disable zoom link */
|
|
.ve-ce-mwBlockImageNode > a::after {
|
|
pointer-events: none;
|
|
}
|