summaryrefslogtreecommitdiff
path: root/www/wiki/resources/lib/oojs-ui/themes/wikimediaui/icons-user.json
blob: 82940b04df5035109914e7997a08bebdea369fc0 (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
{
	"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": {
		"userActive": {
			"file": "images/icons/userActive.svg",
			"deprecated": "Renamed since v0.26.2, use 'userAvatar' instead."
		},
		"userAnonymous": {
			"file": "images/icons/userAnonymous.svg"
		},
		"userAvatar": {
			"file": "images/icons/userAvatar.svg"
		},
		"userInactive": {
			"file": "images/icons/userAnonymous.svg",
			"deprecated": "Renamed since v0.26.2, use 'userAnonymous' instead."
		},
		"userTalk": { "file": {
			"ltr": "images/icons/userTalk-ltr.svg",
			"rtl": "images/icons/userTalk-rtl.svg"
		} }
	}
}