Merge "Fix functionality and usages of SpecialUserrights::userCanChangeRights"
[lhc/web/wiklou.git] / resources / src / mediawiki.rcfilters / styles / mw.rcfilters.ui.FilterCapsuleMultiselectWidget.less
1 .mw-rcfilters-ui-filterCapsuleMultiselectWidget {
2 &-content-title {
3 font-weight: bold;
4 color: #54595d;
5 }
6
7 &-item-inactive {
8 opacity: 0.5;
9 }
10
11 &-emptyFilters {
12 color: #72777d;
13 }
14
15 &-table {
16 display: table;
17 width: 100%;
18 }
19
20 &-row {
21 display: table-row;
22 }
23
24 &-cell {
25 display: table-cell;
26
27 &:last-child {
28 text-align: right;
29 }
30 }
31
32 .oo-ui-capsuleItemWidget {
33 color: #222;
34 background-color: #fff;
35 }
36 }