summaryrefslogtreecommitdiff
path: root/www/wiki/resources/lib/oojs-ui/themes/wikimediaui/icons-movement.json
blob: cb6c1dfb629e61509aa6090a6e02eb5fba4281d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
	"selectorWithoutVariant": ".oo-ui-icon-{name}",
	"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
	"intro": "@import '../../../../src/styles/common';",
	"variants": {
		"invert": {
			"color": "#fff",
			"global": true
		},
		"progressive": {
			"color": "#36c",
			"global": true
		},
		"destructive": {
			"color": "#d33"
		},
		"warning": {
			"color": "#ff5d00"
		}
	},
	"images": {
		"arrowNext": { "file": {
			"ltr": "images/icons/arrowNext-ltr.svg",
			"rtl": "images/icons/arrowNext-rtl.svg"
		} },
		"arrowPrevious": { "file": {
			"ltr": "images/icons/arrowPrevious-ltr.svg",
			"rtl": "images/icons/arrowPrevious-rtl.svg"
		} },
		"collapse": { "file": "images/icons/collapse.svg" },
		"downTriangle": { "file": "images/icons/downTriangle.svg" },
		"draggable": { "file": "images/icons/draggable.svg" },
		"expand": { "file": "images/icons/expand.svg" },
		"move": {
			"file": "images/icons/move.svg"
		},
		"next": { "file": {
			"ltr": "images/icons/next-ltr.svg",
			"rtl": "images/icons/next-rtl.svg"
			}
		},
		"previous": { "file": {
			"ltr": "images/icons/previous-ltr.svg",
			"rtl": "images/icons/previous-rtl.svg"
			}
		},
		"last": { "file": {
			"ltr": "images/icons/moveLast-ltr.svg",
			"rtl": "images/icons/moveLast-rtl.svg"
			}
		},
		"first": { "file": {
			"ltr": "images/icons/moveFirst-ltr.svg",
			"rtl": "images/icons/moveFirst-rtl.svg"
			}
		},
		"upTriangle": { "file": "images/icons/upTriangle.svg" }
	}
}