1 @import 'mediawiki.skin.variables.less';
2 @import 'mw.rcfilters.variables.less';
3 @import 'mediawiki.mixins.less';
5 .mw-rcfilters-ui-filterMenuHeaderWidget {
9 padding: 0.75em 0 0.75em 0.5em;
16 transform: translateY( -50% );
20 background-color: @background-color-neutral-subtle;
21 border-bottom: @border-subtle;
25 // Using the same padding that the filter item
26 // uses, so the button is aligned with the highlight
27 // buttons for the filters
28 padding-right: (12 / @font-size-system-ui / @font-size-vector);
29 // Set the left-padding here, so that the invert buttons have the same padding
30 padding-left: (12 / @font-size-system-ui / @font-size-vector);
34 .mw-rcfilters-ui-filterMenuHeaderWidget-backButton:first-child {
35 // Overwrite `.oo-ui-buttonElement-frameless.oo-ui-iconElement:first-child`
46 .mw-rcfilters-ui-cell {