Amend compact links icon to use latest WikimediaUI version
Also amending `color` & `padding` to be closer to button standard appearance and increase `margin-bottom` to make “Edit links” link not stick to button. Bug: T170137 Change-Id: Iabb6abfdb8fa69c9f2634b190cb5fa6c005eb17c
This commit is contained in:
@@ -11,16 +11,16 @@
|
||||
|
||||
.mw-interlanguage-selector,
|
||||
.mw-interlanguage-selector:active {
|
||||
cursor: pointer;
|
||||
padding: 4px 6px 4px 25px;
|
||||
background-image: url( ../images/language-base20.svg );
|
||||
background-position: left 4px center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px;
|
||||
margin: 4px 0 8px;
|
||||
padding: 4px 8px 4px 26px;
|
||||
font-size: 13px;
|
||||
font-weight: normal;
|
||||
background-image: url( ../images/compact-links-trigger.svg );
|
||||
background-size: 18px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: left 4px center;
|
||||
margin: 4px 0;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.mw-interlanguage-selector:active,
|
||||
|
||||
Reference in New Issue
Block a user