Merge "Drop index oi_name_archive_name on table oldimage"
[lhc/web/wiklou.git] / resources / lib / oojs-ui / themes / mediawiki / 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 "constructive": {
15 "color": "#36c"
16 },
17 "destructive": {
18 "color": "#d33"
19 },
20 "warning": {
21 "color": "#ff5d00"
22 }
23 },
24 "images": {
25 "block": { "file": "images/icons/block.svg", "variants": [ "destructive" ] },
26 "blockUndo": { "file": {
27 "ltr": "images/icons/unBlock-ltr.svg",
28 "rtl": "images/icons/unBlock-rtl.svg"
29 }, "deprecated": "Renamed since v0.18.3, use 'unBlock' instead." },
30 "unBlock": { "file": {
31 "ltr": "images/icons/unBlock-ltr.svg",
32 "rtl": "images/icons/unBlock-rtl.svg"
33 } },
34 "flag": { "file": {
35 "ltr": "images/icons/flag-ltr.svg",
36 "rtl": "images/icons/flag-rtl.svg"
37 } },
38 "unFlag": { "file": {
39 "ltr": "images/icons/unFlag-ltr.svg",
40 "rtl": "images/icons/unFlag-rtl.svg"
41 } },
42 "flagUndo": { "file": {
43 "ltr": "images/icons/unFlag-ltr.svg",
44 "rtl": "images/icons/unFlag-rtl.svg"
45 }, "deprecated": "Renamed since v0.18.3, use 'unFlag' instead." },
46 "lock": { "file": {
47 "ltr": "images/icons/lock-ltr.svg",
48 "rtl": "images/icons/lock-rtl.svg"
49 }, "variants": [ "destructive" ] },
50 "unLock": { "file": {
51 "ltr": "images/icons/unLock-ltr.svg",
52 "rtl": "images/icons/unLock-rtl.svg"
53 }, "variants": [ "destructive" ] },
54 "star": { "file": "images/icons/star.svg", "variants": [ "constructive", "progressive" ] },
55 "halfStar": { "file": {
56 "ltr": "images/icons/halfStar-ltr.svg",
57 "rtl": "images/icons/halfStar-rtl.svg"
58 }, "variants": [ "constructive", "progressive" ] },
59 "unStar": { "file": "images/icons/unStar.svg", "variants": [ "constructive", "progressive" ] },
60 "trash": { "file": "images/icons/trash.svg" },
61 "unTrash": { "file": {
62 "ltr": "images/icons/unTrash-ltr.svg",
63 "rtl": "images/icons/unTrash-rtl.svg"
64 } },
65 "trashUndo": { "file": {
66 "ltr": "images/icons/unTrash-ltr.svg",
67 "rtl": "images/icons/unTrash-rtl.svg"
68 }, "deprecated": "Renamed since v0.18.3, use 'unTrash' instead." },
69 "ongoingConversation": {
70 "file": {
71 "ltr": "images/icons/ongoingConversation-ltr.svg",
72 "rtl": "images/icons/ongoingConversation-rtl.svg"
73 },
74 "variants": [ "progressive" ]
75 }
76 }
77 }