summaryrefslogtreecommitdiff
path: root/www/wiki/resources/lib/oojs-ui/themes/wikimediaui/icons-accessibility.json
blob: b1f0db7fa4d4ad9b81ffe09c458834bcf6392122 (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
{
	"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": {
		"bright": { "file": "images/icons/bright.svg" },
		"halfBright": { "file": {
			"ltr": "images/icons/halfBright-ltr.svg",
			"rtl": "images/icons/halfBright-rtl.svg"
		} },
		"notBright": { "file": "images/icons/notBright.svg" },
		"eye": { "file": "images/icons/eye.svg" },
		"eyeClosed": { "file": "images/icons/eyeClosed.svg" },
		"moon": { "file": "images/icons/moon.svg" },
		"largerText": {
			"file": "images/icons/largerText.svg"
		},
		"smallerText": {
			"file": "images/icons/smallerText.svg"
		},
		"visionSimulator": { "file": "images/icons/visionSimulator.svg" }
	}
}