mediawiki-extensions-Visual.../modules/ve-mw/ce/styles/nodes/ve.ce.MWBlockImageNode.less
Ed Sanders 9ee1b51fbe Move CSS files to LESS
Change-Id: Ic818efe7315187bf96ead7bd6468ecb3d44d988d
2024-03-19 13:56:30 +00:00

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;
}