Convert article delete to use OOUI
[lhc/web/wiklou.git] / resources / lib / oojs-ui / themes / mediawiki / 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 "moon": { "file": "images/icons/moon.svg" },
16 "largerText": { "file": {
17 "ltr": "images/icons/largerText-ltr.svg",
18 "rtl": "images/icons/largerText-rtl.svg"
19 } },
20 "smallerText": { "file": {
21 "ltr": "images/icons/smallerText-ltr.svg",
22 "rtl": "images/icons/smallerText-rtl.svg"
23 } },
24 "visionSimulator": { "file": "images/icons/visionSimulator.svg" }
25 }
26 }