mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 14:33:59 +00:00
Merge "Fix the image sizes in ve.ui.MWInternalLinkContextItem"
This commit is contained in:
commit
966e46ac80
|
@ -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