Merge "Added release notes for 'ContentHandler::runLegacyHooks' removal"
[mediawiki.git] / resources / lib / oojs-ui / themes / mediawiki / icons-moderation.json
blob9cc0f321cf47b530ac36f046dd116a4b4e3dbdca
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                 } },
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                 } },
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                 "unStar": { "file": "images/icons/unStar.svg", "variants": [ "constructive", "progressive" ] },
56                 "trash": { "file": "images/icons/trash.svg" },
57                 "unTrash": { "file": {
58                         "ltr": "images/icons/unTrash-ltr.svg",
59                         "rtl": "images/icons/unTrash-rtl.svg"
60                 } },
61                 "trashUndo": { "file": {
62                         "ltr": "images/icons/unTrash-ltr.svg",
63                         "rtl": "images/icons/unTrash-rtl.svg"
64                 } },
65                 "ongoingConversation": {
66                         "file": {
67                                 "ltr": "images/icons/ongoingConversation-ltr.svg",
68                                 "rtl": "images/icons/ongoingConversation-rtl.svg"
69                         },
70                         "variants": [ "progressive" ]
71                 }
72         }