Merge "Added release notes for 'ContentHandler::runLegacyHooks' removal"
[mediawiki.git] / resources / src / mediawiki.rcfilters / styles / mw.rcfilters.ui.FilterWrapperWidget.less
bloba610e8f956caa3aabefebef3b68ade163588e115
1 .mw-rcfilters-ui-filterWrapperWidget {
2         width: 100%;
4         .oo-ui-capsuleMultiselectWidget {
5                 max-width: none;
7                 &.oo-ui-widget-enabled .oo-ui-capsuleMultiselectWidget-handle {
8                         // TODO: Unify colors with official design palette
9                         background-color: #f8f9fa;
10                         border: 1px solid #a2a9b1;
11                         min-height: 5.5em;
12                         padding: 0.75em;
14                 }
15         }
17         &-popup {
18                 // We have to override OOUI's definition, which is set
19                 // on the inline style of the popup
20                 margin-top: 2em !important;
21                 max-width: 650px;
22         }
24         &-search {
25                 max-width: none;
26                 margin-top: -0.5em;
27         }
29         &-capsule-invalid-filter {
30                 // TODO: Unify colors with official design palette
31                 background: red;
32         }