Update OOUI to v0.31.0
[lhc/web/wiklou.git] / resources / lib / ooui / 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 "error": {
18 "color": "#d33"
19 },
20 "warning": {
21 "color": "#fc3"
22 },
23 "success": {
24 "color": "#14866d"
25 }
26 },
27 "images": {
28 "arrowNext": {
29 "file": {
30 "ltr": "images/icons/arrowNext-ltr.svg",
31 "rtl": "images/icons/arrowNext-rtl.svg"
32 }
33 },
34 "arrowPrevious": {
35 "file": {
36 "ltr": "images/icons/arrowPrevious-ltr.svg",
37 "rtl": "images/icons/arrowPrevious-rtl.svg"
38 }
39 },
40 "collapse": {
41 "file": "images/icons/collapse.svg"
42 },
43 "downTriangle": {
44 "file": "images/icons/downTriangle.svg"
45 },
46 "draggable": {
47 "file": "images/icons/draggable.svg"
48 },
49 "expand": {
50 "file": "images/icons/expand.svg"
51 },
52 "move": {
53 "file": "images/icons/move.svg"
54 },
55 "next": {
56 "file": {
57 "ltr": "images/icons/next-ltr.svg",
58 "rtl": "images/icons/next-rtl.svg"
59 }
60 },
61 "previous": {
62 "file": {
63 "ltr": "images/icons/previous-ltr.svg",
64 "rtl": "images/icons/previous-rtl.svg"
65 }
66 },
67 "last": {
68 "file": {
69 "ltr": "images/icons/moveLast-ltr.svg",
70 "rtl": "images/icons/moveLast-rtl.svg"
71 }
72 },
73 "first": {
74 "file": {
75 "ltr": "images/icons/moveFirst-ltr.svg",
76 "rtl": "images/icons/moveFirst-rtl.svg"
77 }
78 },
79 "upTriangle": {
80 "file": "images/icons/upTriangle.svg"
81 }
82 }
83 }