Merge "ChangeTags: Remove $wgRequest abuse in modifyDisplayQuery()"
[lhc/web/wiklou.git] / resources / src / mediawiki.rcfilters / styles / mw.rcfilters.ui.SavedLinksListItemWidget.less
1 .mw-rcfilters-ui-savedLinksListItemWidget {
2 padding: 0 0.5em;
3 line-height: normal;
4
5 &:hover {
6 // Mimicking optionWidget styles
7 background-color: #eaecf0;
8 color: #000;
9 }
10
11 .mw-rcfilters-ui-cell {
12 vertical-align: middle;
13 }
14
15 .oo-ui-iconElement-icon {
16 // Since we made the rows narrower (height smaller than usual)
17 // then the icon needs to be slightly smaller as well, so that
18 // when we toggle 'default' the icon doesn't bounce the option
19 // height up a little
20 width: 1.7em;
21 height: 1.7em;
22 }
23
24 &-icon span {
25 display: inline-block;
26 }
27
28 &-input {
29 display: inline-block;
30 margin-right: 0;
31 width: 15em;
32 }
33
34 &-label {
35 max-width: 15em;
36 display: inline-block;
37 vertical-align: middle;
38 text-overflow: ellipsis;
39 overflow: hidden;
40 cursor: pointer;
41 margin-left: 0.5px;
42 color: #36c; // Accent50;
43 }
44
45 &-icon,
46 &-button {
47 width: 2em;
48 }
49
50 &-content {
51 width: 100%;
52 line-height: normal;
53 }
54
55 }