Merge "Show a warning in edit preview when a template loop is detected"
[lhc/web/wiklou.git] / resources / src / mediawiki.rcfilters / styles / mw.rcfilters.ui.MenuSelectWidget.less
1 @import 'mediawiki.mixins';
2
3 .mw-rcfilters-ui-menuSelectWidget {
4 z-index: auto;
5 max-width: 650px;
6
7 &.oo-ui-menuSelectWidget-invisible {
8 display: block;
9 }
10
11 &-noresults {
12 display: none;
13 padding: 0.5em;
14 color: #54595d;
15
16 .oo-ui-menuSelectWidget-invisible & {
17 display: inline-block;
18 }
19 }
20
21 &-body {
22 max-height: 70vh;
23 }
24
25 &-footer {
26 padding: 0.5em;
27 background-color: #f8f9fa;
28 border-top: 1px solid #c8ccd1;
29
30 & + & {
31 border-top: 0;
32 }
33
34 &-feedback {
35 text-align: right;
36 }
37 }
38 }