mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
Merge "MWBlockImage: Make zoom link unclickable"
This commit is contained in:
commit
228ab9ce66
|
@ -9,3 +9,8 @@
|
|||
.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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue