Merge "Improve "selfmove" message's wording"
[lhc/web/wiklou.git] / resources / lib / oojs-ui / themes / wikimediaui / icons-movement.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 "constructive": {
15 "color": "#36c"
16 },
17 "destructive": {
18 "color": "#d33"
19 },
20 "warning": {
21 "color": "#ff5d00"
22 }
23 },
24 "images": {
25 "arrowNext": { "file": {
26 "ltr": "images/icons/arrow-ltr.svg",
27 "rtl": "images/icons/arrow-rtl.svg"
28 } },
29 "arrowLast": { "file": {
30 "ltr": "images/icons/arrow-rtl.svg",
31 "rtl": "images/icons/arrow-ltr.svg"
32 } },
33 "collapse": { "file": "images/icons/collapse.svg" },
34 "downTriangle": { "file": "images/icons/downTriangle.svg" },
35 "draggable": { "file": "images/icons/draggable.svg" },
36 "expand": { "file": "images/icons/expand.svg" },
37 "move": { "file": "images/icons/move.svg" },
38 "next": { "file": {
39 "ltr": "images/icons/move-ltr.svg",
40 "rtl": "images/icons/move-rtl.svg"
41 }
42 },
43 "previous": { "file": {
44 "ltr": "images/icons/move-rtl.svg",
45 "rtl": "images/icons/move-ltr.svg"
46 }
47 },
48 "last": { "file": {
49 "ltr": "images/icons/move-end-ltr.svg",
50 "rtl": "images/icons/move-end-rtl.svg"
51 }
52 },
53 "first": { "file": {
54 "ltr": "images/icons/move-end-rtl.svg",
55 "rtl": "images/icons/move-end-ltr.svg"
56 }
57 },
58 "upTriangle": { "file": "images/icons/upTriangle.svg" }
59 }
60 }