Merge "mw.Feedback: If the message is posted remotely, link the title correctly"
[lhc/web/wiklou.git] / resources / lib / oojs-ui / themes / wikimediaui / icons-editing-core.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 "edit": { "file": {
23 "ltr": "images/icons/edit-ltr.svg",
24 "rtl": "images/icons/edit-rtl.svg"
25 } },
26 "editLock": { "file": {
27 "ltr": "images/icons/editLock-ltr.svg",
28 "rtl": "images/icons/editLock-rtl.svg"
29 } },
30 "editUndo": { "file": {
31 "ltr": "images/icons/editUndo-ltr.svg",
32 "rtl": "images/icons/editUndo-rtl.svg"
33 } },
34 "link": { "file": {
35 "ltr": "images/icons/link-ltr.svg",
36 "rtl": "images/icons/link-rtl.svg"
37 } },
38 "linkExternal": { "file": {
39 "ltr": "images/icons/external-link-ltr.svg",
40 "rtl": "images/icons/external-link-rtl.svg"
41 } },
42 "linkSecure": { "file": "images/icons/secure-link.svg" },
43 "redo": { "file": {
44 "ltr": "images/icons/arched-arrow-ltr.svg",
45 "rtl": "images/icons/arched-arrow-rtl.svg"
46 } },
47 "undo": { "file": {
48 "ltr": "images/icons/arched-arrow-rtl.svg",
49 "rtl": "images/icons/arched-arrow-ltr.svg"
50 } }
51 }
52 }