Files
mediawiki-extensions-Univer…/resources/css/ext.uls.compactlinks.less
Volker E 6ea7307df9 Amend Base10 color and remove (affected) PNG fallbacks
Amending Base10 to slightly darker `#202122` to fulfill WCAG
requirements in connection to Accent50.
Also removing all PNG fallbacks as they are only used in JS-only.

Bug: T248393
Change-Id: I07fa4e23320763a634e5340ab125634842b86454
2020-04-21 11:43:23 +00:00

35 lines
754 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 {
cursor: pointer;
padding: 4px 6px 4px 25px;
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;
}
.mw-interlanguage-selector:active,
.mw-interlanguage-selector.selector-open {
background-color: #c8ccd1;
color: #54595d;
}
.interlanguage-uls-menu {
.caret();
}