Merge "Fix sessionfailure i18n message during authentication"
[lhc/web/wiklou.git] / resources / lib / oojs-ui / themes / wikimediaui / indicators.json
1 {
2 "selectorWithoutVariant": ".oo-ui-indicator-{name}",
3 "selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-indicator-{name}",
4 "intro": "@import '../../../../src/styles/common';",
5 "variants": {
6 "invert": {
7 "color": "#fff",
8 "global": true
9 }
10 },
11 "images": {
12 "alert": {
13 "file": "images/indicators/alert.svg",
14 "deprecated": "This will be removed in v0.27.0."
15 },
16 "clear": { "file": "images/indicators/clear.svg" },
17 "up": { "file": "images/indicators/arrow-up.svg" },
18 "down": { "file": "images/indicators/arrow-down.svg" },
19 "next": { "file": {
20 "ltr": "images/indicators/arrow-ltr.svg",
21 "rtl": "images/indicators/arrow-rtl.svg"
22 },
23 "deprecated": "This will be removed in v0.26.0."
24 },
25 "previous": { "file": {
26 "ltr": "images/indicators/arrow-rtl.svg",
27 "rtl": "images/indicators/arrow-ltr.svg"
28 },
29 "deprecated": "This will be removed in v0.26.0."
30 },
31 "required": { "file": "images/indicators/required.svg" },
32 "search": { "file": {
33 "ltr": "images/indicators/search-ltr.svg",
34 "rtl": "images/indicators/search-rtl.svg"
35 } }
36 }
37 }