Remove skinStyles for wikibase.client module

Removing these styles removes the icon from the
"add interlanguage links" link in the Tools or main menu.

Bug: T328069
Change-Id: I99084060951e6f26ade1f95e3cdd58e0fd6e28ec
This commit is contained in:
Jan Drewniak 2023-02-07 13:01:42 -05:00
parent 39617aeb3f
commit d05f25100e
2 changed files with 0 additions and 13 deletions

View file

@ -443,7 +443,6 @@
"+ext.uls.compactlinks": "skinStyles/ext.uls.compactlinks.less",
"+ext.uls.interface": "skinStyles/ext.uls.interface.less",
"+ext.visualEditor.base": "skinStyles/ext.visualEditor.less",
"wikibase.client.init": "skinStyles/wikibase.client.init.css",
"jquery.ui": [
"skinStyles/jquery.ui/jquery.ui.core.css",
"skinStyles/jquery.ui/jquery.ui.theme.css",

View file

@ -1,12 +0,0 @@
.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;
}