Merge "mw.Feedback: If the message is posted remotely, link the title correctly"
[lhc/web/wiklou.git] / resources / lib / oojs-ui / themes / wikimediaui / icons-moderation.json
1 {
2 "selectorWithoutVariant": ".oo-ui-icon-{name}",
3 "selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
4 "intro": "@import '../../../../src/styles/common';",
5 "variants": {
6 "invert": {
7 "color": "#fff",
8 "global": true
9 },
10 "progressive": {
11 "color": "#36c",
12 "global": true
13 },
14 "destructive": {
15 "color": "#d33"
16 },
17 "warning": {
18 "color": "#ff5d00"
19 }
20 },
21 "images": {
22 "block": { "file": "images/icons/block.svg", "variants": [ "destructive" ] },
23 "unBlock": { "file": {
24 "ltr": "images/icons/unBlock-ltr.svg",
25 "rtl": "images/icons/unBlock-rtl.svg"
26 } },
27 "clip": { "file": "images/icons/clip.svg" },
28 "unClip": { "file": "images/icons/unClip.svg" },
29 "flag": { "file": {
30 "ltr": "images/icons/flag-ltr.svg",
31 "rtl": "images/icons/flag-rtl.svg"
32 } },
33 "unFlag": { "file": {
34 "ltr": "images/icons/unFlag-ltr.svg",
35 "rtl": "images/icons/unFlag-rtl.svg"
36 } },
37 "lock": { "file": {
38 "ltr": "images/icons/lock-ltr.svg",
39 "rtl": "images/icons/lock-rtl.svg"
40 }, "variants": [ "destructive" ] },
41 "unLock": { "file": {
42 "ltr": "images/icons/unLock-ltr.svg",
43 "rtl": "images/icons/unLock-rtl.svg"
44 }, "variants": [ "destructive" ] },
45 "star": { "file": "images/icons/star.svg" },
46 "halfStar": { "file": {
47 "ltr": "images/icons/halfStar-ltr.svg",
48 "rtl": "images/icons/halfStar-rtl.svg"
49 } },
50 "unStar": { "file": "images/icons/unStar.svg" },
51 "trash": { "file": "images/icons/trash.svg", "variants": [ "destructive" ] },
52 "unTrash": { "file": {
53 "ltr": "images/icons/unTrash-ltr.svg",
54 "rtl": "images/icons/unTrash-rtl.svg"
55 } },
56 "pushPin": { "file": "images/icons/pushPin.svg" },
57 "ongoingConversation": { "file": {
58 "ltr": "images/icons/ongoingConversation-ltr.svg",
59 "rtl": "images/icons/ongoingConversation-rtl.svg"
60 } }
61 }
62 }