Merge "maintenance: Script to rename titles for Unicode uppercasing changes"
[lhc/web/wiklou.git] / resources / lib / ooui / 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 "error": {
18 "color": "#d33"
19 },
20 "warning": {
21 "color": "#fc3"
22 },
23 "success": {
24 "color": "#14866d"
25 }
26 },
27 "images": {
28 "edit": {
29 "file": "images/icons/edit.svg"
30 },
31 "editLock": {
32 "file": "images/icons/editLock.svg"
33 },
34 "editUndo": {
35 "file": {
36 "ltr": "images/icons/editUndo-ltr.svg",
37 "rtl": "images/icons/editUndo-rtl.svg"
38 }
39 },
40 "link": {
41 "file": "images/icons/link.svg"
42 },
43 "unLink": {
44 "file": "images/icons/unLink.svg",
45 "variants": [ "destructive" ]
46 },
47 "linkExternal": {
48 "file": {
49 "ltr": "images/icons/linkExternal-ltr.svg",
50 "rtl": "images/icons/linkExternal-rtl.svg"
51 }
52 },
53 "linkSecure": {
54 "file": "images/icons/linkSecure.svg"
55 },
56 "redo": {
57 "file": {
58 "ltr": "images/icons/redo-ltr.svg",
59 "rtl": "images/icons/redo-rtl.svg"
60 }
61 },
62 "undo": {
63 "file": {
64 "ltr": "images/icons/undo-ltr.svg",
65 "rtl": "images/icons/undo-rtl.svg"
66 }
67 }
68 }
69 }