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
35 lines
752 B
Plaintext
35 lines
752 B
Plaintext
@import 'mediawiki.mixins';
|
|
@import 'ext.uls.mixins.less';
|
|
|
|
/* stylelint-disable selector-max-id */
|
|
#p-lang .body ul .uls-trigger,
|
|
#p-lang .pBody ul .uls-trigger {
|
|
background-image: none;
|
|
padding: 0;
|
|
}
|
|
/* stylelint-enable selector-max-id */
|
|
|
|
.mw-interlanguage-selector,
|
|
.mw-interlanguage-selector:active {
|
|
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;
|
|
text-align: left;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.mw-interlanguage-selector:active,
|
|
.mw-interlanguage-selector.selector-open {
|
|
background-color: #c8ccd1;
|
|
color: #54595d;
|
|
}
|
|
|
|
.interlanguage-uls-menu {
|
|
.caret();
|
|
}
|