MWBlockImage: Make zoom link unclickable

As it sticks out beyond the focus shield we
need to disable it manually.

Change-Id: I92baf24e6bb9294e46821311805ca0bb77f892a6
This commit is contained in:
Ed Sanders 2018-05-02 11:57:33 +01:00
parent f9cac9f0ce
commit e49b5628d8

View file

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