Merge "Use {{int:}} on MediaWiki:Blockedtext and MediaWiki:Autoblockedtext"
[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": {
23 "file": {
24 "ltr": "images/icons/arrowNext-ltr.svg",
25 "rtl": "images/icons/arrowNext-rtl.svg"
26 }
27 },
28 "arrowPrevious": {
29 "file": {
30 "ltr": "images/icons/arrowPrevious-ltr.svg",
31 "rtl": "images/icons/arrowPrevious-rtl.svg"
32 }
33 },
34 "collapse": {
35 "file": "images/icons/collapse.svg"
36 },
37 "downTriangle": {
38 "file": "images/icons/downTriangle.svg"
39 },
40 "draggable": {
41 "file": "images/icons/draggable.svg"
42 },
43 "expand": {
44 "file": "images/icons/expand.svg"
45 },
46 "move": {
47 "file": "images/icons/move.svg"
48 },
49 "next": {
50 "file": {
51 "ltr": "images/icons/next-ltr.svg",
52 "rtl": "images/icons/next-rtl.svg"
53 }
54 },
55 "previous": {
56 "file": {
57 "ltr": "images/icons/previous-ltr.svg",
58 "rtl": "images/icons/previous-rtl.svg"
59 }
60 },
61 "last": {
62 "file": {
63 "ltr": "images/icons/moveLast-ltr.svg",
64 "rtl": "images/icons/moveLast-rtl.svg"
65 }
66 },
67 "first": {
68 "file": {
69 "ltr": "images/icons/moveFirst-ltr.svg",
70 "rtl": "images/icons/moveFirst-rtl.svg"
71 }
72 },
73 "upTriangle": {
74 "file": "images/icons/upTriangle.svg"
75 }
76 }
77 }