mediawiki-extensions-Visual.../modules/ve-mw/ce/styles/nodes/ve.ce.MWBlockImageNode.less
Ed Sanders c9c7c06e76 Nest LESS files
Change-Id: Ic9fad12fe4c20793dd54cb3169b9dffe3a6a18da
2024-03-19 13:56:41 +00:00

19 lines
407 B
Plaintext

/*!
* VisualEditor ContentEditable MediaWiki MWBlockImageNode styles.
*
* @copyright See AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
.ve-ce-mwBlockImageNode {
/* Override paragraph margins inside of captions */
> figcaption p {
margin: 0 !important; /* stylelint-disable-line declaration-no-important */
}
/* Disable zoom link */
> a::after {
pointer-events: none;
}
}