Fix Postgres support
[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 "unBlock": { "file": {
27 "ltr": "images/icons/unBlock-ltr.svg",
28 "rtl": "images/icons/unBlock-rtl.svg"
29 } },
30 "flag": { "file": {
31 "ltr": "images/icons/flag-ltr.svg",
32 "rtl": "images/icons/flag-rtl.svg"
33 } },
34 "unFlag": { "file": {
35 "ltr": "images/icons/unFlag-ltr.svg",
36 "rtl": "images/icons/unFlag-rtl.svg"
37 } },
38 "lock": { "file": {
39 "ltr": "images/icons/lock-ltr.svg",
40 "rtl": "images/icons/lock-rtl.svg"
41 }, "variants": [ "destructive" ] },
42 "unLock": { "file": {
43 "ltr": "images/icons/unLock-ltr.svg",
44 "rtl": "images/icons/unLock-rtl.svg"
45 }, "variants": [ "destructive" ] },
46 "star": { "file": "images/icons/star.svg", "variants": [ "constructive", "progressive" ] },
47 "halfStar": { "file": {
48 "ltr": "images/icons/halfStar-ltr.svg",
49 "rtl": "images/icons/halfStar-rtl.svg"
50 }, "variants": [ "constructive", "progressive" ] },
51 "unStar": { "file": "images/icons/unStar.svg", "variants": [ "constructive", "progressive" ] },
52 "trash": { "file": "images/icons/trash.svg" },
53 "unTrash": { "file": {
54 "ltr": "images/icons/unTrash-ltr.svg",
55 "rtl": "images/icons/unTrash-rtl.svg"
56 } },
57 "ongoingConversation": {
58 "file": {
59 "ltr": "images/icons/ongoingConversation-ltr.svg",
60 "rtl": "images/icons/ongoingConversation-rtl.svg"
61 },
62 "variants": [ "progressive" ]
63 }
64 }
65 }