2014-02-14 23:12:58 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor ContentEditable MediaWiki MWBlockImageNode styles.
|
|
|
|
*
|
2017-01-03 16:58:33 +00:00
|
|
|
* @copyright 2011-2017 VisualEditor Team and others; see AUTHORS.txt
|
2014-02-14 23:12:58 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
2014-05-29 01:35:07 +00:00
|
|
|
/* Override paragraph margins inside of captions */
|
2016-11-06 00:47:40 +00:00
|
|
|
.ve-ce-mwBlockImageNode > figcaption p {
|
2016-05-16 14:38:57 +00:00
|
|
|
margin: 0 !important; /* stylelint-disable-line declaration-no-important */
|
2014-06-10 23:19:50 +00:00
|
|
|
}
|
2016-11-06 00:47:40 +00:00
|
|
|
|
|
|
|
.ve-ce-mwBlockImageNode > figcaption > .magnify {
|
|
|
|
cursor: default;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|