Merge "Use pg_result_error, not pg_last_error, as the latter gives false negatives."
[lhc/web/wiklou.git] / resources / lib / oojs-ui / themes / mediawiki / 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": "#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 "edit": { "file": {
25 "ltr": "images/icons/edit-ltr.svg",
26 "rtl": "images/icons/edit-rtl.svg"
27 }, "variants": [ "progressive" ] },
28 "editLock": { "file": {
29 "ltr": "images/icons/editLock-ltr.svg",
30 "rtl": "images/icons/editLock-rtl.svg"
31 } },
32 "editUndo": { "file": {
33 "ltr": "images/icons/editUndo-ltr.svg",
34 "rtl": "images/icons/editUndo-rtl.svg"
35 } },
36 "link": { "file": {
37 "ltr": "images/icons/link-ltr.svg",
38 "rtl": "images/icons/link-rtl.svg"
39 } },
40 "linkExternal": { "file": {
41 "ltr": "images/icons/external-link-ltr.svg",
42 "rtl": "images/icons/external-link-rtl.svg"
43 } },
44 "linkSecure": { "file": "images/icons/secure-link.svg" },
45 "redo": { "file": {
46 "ltr": "images/icons/arched-arrow-ltr.svg",
47 "rtl": "images/icons/arched-arrow-rtl.svg"
48 } },
49 "undo": { "file": {
50 "ltr": "images/icons/arched-arrow-rtl.svg",
51 "rtl": "images/icons/arched-arrow-ltr.svg"
52 } }
53 }
54 }