Merge "objectcache: fix comment typo for addBusyCallback()"
[lhc/web/wiklou.git] / resources / lib / ooui / themes / wikimediaui / icons-user.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 },
24 "images": {
25 "userAnonymous": {
26 "file": "images/icons/userAnonymous.svg"
27 },
28 "userAvatar": {
29 "file": "images/icons/userAvatar.svg"
30 },
31 "userTalk": {
32 "file": {
33 "ltr": "images/icons/userTalk-ltr.svg",
34 "rtl": "images/icons/userTalk-rtl.svg"
35 }
36 }
37 }
38 }