Merge "Validate BlockID cookie before use"
[lhc/web/wiklou.git] / resources / src / mediawiki.rcfilters / styles / mw.rcfilters.ui.CapsuleItemWidget.less
1 .mw-rcfilters-ui-capsuleItemWidget {
2 &-popup {
3 padding: 1em;
4 }
5
6 .oo-ui-popupWidget {
7 // Fix the positioning of the popup itself
8 margin-top: 1em;
9 }
10
11 &-muted {
12 opacity: 0.5;
13 }
14 }