Merge "Show a warning in edit preview when a template loop is detected"
[lhc/web/wiklou.git] / resources / lib / oojs-ui / themes / apex / 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": "#ffffff",
8 "global": true
9 }
10 },
11 "images": {
12 "bright": { "file": "images/icons/bright.svg" },
13 "halfBright": { "file": "images/icons/halfBright.svg" },
14 "notBright": { "file": "images/icons/notBright.svg" },
15 "eye": { "file": "images/icons/eye.svg" },
16 "eyeClosed": { "file": "images/icons/eyeClosed.svg" },
17 "moon": { "file": "images/icons/moon.svg" },
18 "largerText": { "file": {
19 "ltr": "images/icons/largerText-ltr.svg",
20 "rtl": "images/icons/largerText-rtl.svg"
21 } },
22 "smallerText": { "file": {
23 "ltr": "images/icons/smallerText-ltr.svg",
24 "rtl": "images/icons/smallerText-rtl.svg"
25 } },
26 "visionSimulator": { "file": "images/icons/visionSimulator.svg" }
27 }
28 }