Merge "Comment out getSubpagesForPrefixSearch of Special:Tags"
[lhc/web/wiklou.git] / resources / lib / oojs-ui / themes / mediawiki / icons-editing-core.json
1 {
2 "prefix": "oo-ui-icon",
3 "intro": "@import '../../../../src/styles/common';",
4 "variants": {
5 "invert": {
6 "color": "#FFFFFF",
7 "global": true
8 },
9 "progressive": {
10 "color": "#347BFF"
11 },
12 "constructive": {
13 "color": "#00AF89"
14 },
15 "destructive": {
16 "color": "#D11D13"
17 },
18 "warning": {
19 "color": "#FF5D00"
20 }
21 },
22 "images": {
23 "edit": { "file": {
24 "ltr": "images/icons/edit-ltr.svg",
25 "rtl": "images/icons/edit-rtl.svg"
26 }, "variants": [ "progressive" ] },
27 "editLock": { "file": {
28 "ltr": "images/icons/editLock-ltr.svg",
29 "rtl": "images/icons/editLock-rtl.svg"
30 } },
31 "editUndo": { "file": {
32 "ltr": "images/icons/editUndo-ltr.svg",
33 "rtl": "images/icons/editUndo-rtl.svg"
34 } },
35 "link": { "file": {
36 "ltr": "images/icons/link-ltr.svg",
37 "rtl": "images/icons/link-rtl.svg"
38 } },
39 "linkExternal": { "file": {
40 "ltr": "images/icons/external-link-ltr.svg",
41 "rtl": "images/icons/external-link-rtl.svg"
42 } },
43 "linkSecure": { "file": "images/icons/secure-link.svg" }
44 }
45 }