Merge "MWBlockImage: Make zoom link unclickable"

This commit is contained in:
jenkins-bot 2018-05-02 16:12:01 +00:00 committed by Gerrit Code Review
commit 228ab9ce66

View file

@ -9,3 +9,8 @@
.ve-ce-mwBlockImageNode > figcaption p { .ve-ce-mwBlockImageNode > figcaption p {
margin: 0 !important; /* stylelint-disable-line declaration-no-important */ margin: 0 !important; /* stylelint-disable-line declaration-no-important */
} }
/* Disable zoom link */
.ve-ce-mwBlockImageNode > a:after {
pointer-events: none;
}