mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 06:24:08 +00:00
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:
parent
f9cac9f0ce
commit
e49b5628d8
|
@ -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