Merge "filecache: Use current action instead of "view" only in outage mode"
[lhc/web/wiklou.git] / resources / lib / oojs-ui / themes / wikimediaui / icons-layout.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 "constructive": {
15 "color": "#36c"
16 },
17 "destructive": {
18 "color": "#d33"
19 },
20 "warning": {
21 "color": "#ff5d00"
22 }
23 },
24 "images": {
25 "menu": { "file": "images/icons/menu.svg" },
26 "stripeFlow": { "file": {
27 "ltr": "images/icons/stripeFlow-ltr.svg",
28 "rtl": "images/icons/stripeFlow-rtl.svg"
29 } },
30 "stripeSideMenu": {
31 "file": "images/icons/draggable.svg",
32 "deprecated": "Replaced since v0.22.2, use 'draggable' from the 'movement' pack instead."
33 },
34 "stripeSummary": { "file": {
35 "ltr": "images/icons/stripeSummary-ltr.svg",
36 "rtl": "images/icons/stripeSummary-rtl.svg"
37 } },
38 "stripeToC": { "file": {
39 "ltr": "images/icons/stripeToC-ltr.svg",
40 "rtl": "images/icons/stripeToC-rtl.svg"
41 }, "variants": [ "progressive" ] },
42 "viewCompact": { "file": "images/icons/viewCompact.svg" },
43 "viewDetails": { "file": {
44 "ltr": "images/icons/viewDetails-ltr.svg",
45 "rtl": "images/icons/viewDetails-rtl.svg"
46 } }
47 }
48 }