mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 08:10:35 +00:00
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:
parent
bfb59e9c8a
commit
8a974f25e6
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue