Update OOUI to v0.26.0
[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 "destructive": {
15 "color": "#d33"
16 },
17 "warning": {
18 "color": "#ff5d00"
19 }
20 },
21 "images": {
22 "arrowNext": { "file": {
23 "ltr": "images/icons/arrowNext-ltr.svg",
24 "rtl": "images/icons/arrowNext-rtl.svg"
25 } },
26 "arrowPrevious": { "file": {
27 "ltr": "images/icons/arrowPrevious-ltr.svg",
28 "rtl": "images/icons/arrowPrevious-rtl.svg"
29 } },
30 "collapse": { "file": "images/icons/collapse.svg" },
31 "downTriangle": { "file": "images/icons/downTriangle.svg" },
32 "draggable": { "file": "images/icons/draggable.svg" },
33 "expand": { "file": "images/icons/expand.svg" },
34 "move": {
35 "file": "images/icons/move.svg"
36 },
37 "next": { "file": {
38 "ltr": "images/icons/next-ltr.svg",
39 "rtl": "images/icons/next-rtl.svg"
40 }
41 },
42 "previous": { "file": {
43 "ltr": "images/icons/previous-ltr.svg",
44 "rtl": "images/icons/previous-rtl.svg"
45 }
46 },
47 "last": { "file": {
48 "ltr": "images/icons/moveLast-ltr.svg",
49 "rtl": "images/icons/moveLast-rtl.svg"
50 }
51 },
52 "first": { "file": {
53 "ltr": "images/icons/moveFirst-ltr.svg",
54 "rtl": "images/icons/moveFirst-rtl.svg"
55 }
56 },
57 "upTriangle": { "file": "images/icons/upTriangle.svg" }
58 }
59 }