Merge "registration: Only allow one extension to set a specific config setting"
[lhc/web/wiklou.git] / resources / src / mediawiki.rcfilters / styles / mw.rcfilters.ui.SavedLinksListWidget.less
1 @import 'mediawiki.ui/variables';
2
3 .mw-rcfilters-ui-savedLinksListWidget {
4 &-menu {
5 width: 100%;
6 }
7
8 &-placeholder {
9 &-title {
10 font-weight: bold;
11 margin-bottom: 1em;
12 }
13
14 // Extra specificity needed to override OOUI rule that sets white-space: nowrap;
15 // on labels inside options
16 &.oo-ui-optionWidget .oo-ui-labelElement-label {
17 color: @colorGray7;
18 white-space: normal;
19 }
20
21 .oo-ui-iconElement-icon {
22 opacity: 0.5;
23 // Override OOUI option widget rules for icons
24 // we want the icon to appear at the top near the
25 // title, not in the middle of the multiline option
26 top: 0.7em !important; /* stylelint-disable-line declaration-no-important */
27 height: inherit !important; /* stylelint-disable-line declaration-no-important */
28 }
29 }
30 }