Fix the image sizes in ve.ui.MWInternalLinkContextItem

Remove the image size styles from the class
.ve-ui-mwInternalLinkContextItem-hasImage too

Bug: T97631
Follow up: I84edeec38ecfb90f5d53
Change-Id: I39937bf4ba12f7047545b187c54a1c5fae157e4a
This commit is contained in:
Ed Sanders 2018-03-22 17:03:19 +00:00
parent bfb59e9c8a
commit 8a974f25e6

View file

@ -14,7 +14,7 @@
float: left;
font-size: 2em; /* double-size icon */
background-color: #c8ccd1;
border: 0.5em solid #c8ccd1;
border: 0.35714em solid #c8ccd1;
opacity: 0.4;
}
@ -27,8 +27,7 @@
border: 0;
background-size: cover;
opacity: 1;
width: 4.75em;
height: 4.75em;
padding: 0.35714em;
}
.ve-ui-mwInternalLinkContextItem-link,