Merge "Fix small typos"
[lhc/web/wiklou.git] / resources / lib / ooui / themes / wikimediaui / icons-accessibility.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 "bright": {
26 "file": "images/icons/bright.svg"
27 },
28 "halfBright": {
29 "file": {
30 "ltr": "images/icons/halfBright-ltr.svg",
31 "rtl": "images/icons/halfBright-rtl.svg"
32 }
33 },
34 "notBright": {
35 "file": "images/icons/notBright.svg"
36 },
37 "eye": {
38 "file": "images/icons/eye.svg"
39 },
40 "eyeClosed": {
41 "file": "images/icons/eyeClosed.svg"
42 },
43 "moon": {
44 "file": "images/icons/moon.svg"
45 },
46 "largerText": {
47 "file": "images/icons/largerText.svg"
48 },
49 "smallerText": {
50 "file": "images/icons/smallerText.svg"
51 },
52 "visionSimulator": {
53 "file": "images/icons/visionSimulator.svg"
54 }
55 }
56 }