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