Ensure users are able to edit the page after changing the content model
[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": "#ffffff",
8 "global": true
9 },
10 "progressive": {
11 "color": "#347bff"
12 },
13 "constructive": {
14 "color": "#347bff"
15 },
16 "destructive": {
17 "color": "#d11d13"
18 },
19 "warning": {
20 "color": "#ff5d00"
21 }
22 },
23 "images": {
24 "block": { "file": "images/icons/block.svg", "variants": [ "destructive" ] },
25 "blockUndo": { "file": {
26 "ltr": "images/icons/blockUndo-ltr.svg",
27 "rtl": "images/icons/blockUndo-rtl.svg"
28 } },
29 "flag": { "file": {
30 "ltr": "images/icons/flag-ltr.svg",
31 "rtl": "images/icons/flag-rtl.svg"
32 } },
33 "flagUndo": { "file": {
34 "ltr": "images/icons/flagUndo-ltr.svg",
35 "rtl": "images/icons/flagUndo-rtl.svg"
36 } },
37 "lock": { "file": {
38 "ltr": "images/icons/lock-ltr.svg",
39 "rtl": "images/icons/lock-rtl.svg"
40 }, "variants": [ "destructive" ] },
41 "ongoingConversation": {
42 "file": {
43 "ltr": "images/icons/ongoingConversation-ltr.svg",
44 "rtl": "images/icons/ongoingConversation-rtl.svg"
45 },
46 "variants": [ "progressive" ]
47 },
48 "star": { "file": "images/icons/star.svg", "variants": [ "constructive", "progressive" ] },
49 "trash": { "file": "images/icons/trash.svg" },
50 "trashUndo": { "file": {
51 "ltr": "images/icons/trashUndo-ltr.svg",
52 "rtl": "images/icons/trashUndo-rtl.svg"
53 } },
54 "unLock": { "file": {
55 "ltr": "images/icons/unLock-ltr.svg",
56 "rtl": "images/icons/unLock-rtl.svg"
57 }, "variants": [ "destructive" ] },
58 "unStar": { "file": "images/icons/unStar.svg", "variants": [ "constructive", "progressive" ] }
59 }
60 }