mediawiki-skins-Vector/skinStyles/wikibase.client.init.css
Jan Drewniak 443955249b Improve wikibase interlanguage link styles
Overrides the `wikibase.client.init` module to
better style the interlanguage link button in
Vector 2022.

Also adds the `.mw-list-item` class to that link
so that it maintains consistency with the other
menu list items.

Bug: T328069
Change-Id: I5c84b7f036afb4b8dc11e92a59dff8000f068e67
2023-02-03 14:14:08 -05:00

13 lines
328 B
CSS

.wb-langlinks-link > a:before {
content: '';
background-image: url( images/edit.svg );
background-position: 2px center;
background-repeat: no-repeat;
background-size: 10px 10px;
display: inline-block;
width: 14px; /* extra 2px of white space around the icon */
height: 10px;
margin-left: -14px;
vertical-align: top;
}