RevisionStoreDbTestBase, remove redundant needsDB override
[lhc/web/wiklou.git] / resources / lib / oojs-ui / themes / wikimediaui / icons-moderation.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 "warning": {
18 "color": "#ff5d00"
19 }
20 },
21 "images": {
22 "bookmarkOutline": {
23 "file": "images/icons/bookmarkOutline.svg"
24 },
25 "bookmark": {
26 "file": "images/icons/bookmark.svg"
27 },
28 "block": {
29 "file": "images/icons/block.svg",
30 "variants": [ "destructive" ]
31 },
32 "unBlock": {
33 "file": "images/icons/unBlock.svg"
34 },
35 "flag": {
36 "file": {
37 "ltr": "images/icons/flag-ltr.svg",
38 "rtl": "images/icons/flag-rtl.svg"
39 }
40 },
41 "unFlag": {
42 "file": {
43 "ltr": "images/icons/unFlag-ltr.svg",
44 "rtl": "images/icons/unFlag-rtl.svg"
45 }
46 },
47 "lock": {
48 "file": "images/icons/lock.svg",
49 "variants": [ "destructive" ]
50 },
51 "unLock": {
52 "file": "images/icons/unLock.svg",
53 "variants": [ "destructive" ]
54 },
55 "star": {
56 "file": "images/icons/star.svg"
57 },
58 "halfStar": {
59 "file": {
60 "ltr": "images/icons/halfStar-ltr.svg",
61 "rtl": "images/icons/halfStar-rtl.svg"
62 }
63 },
64 "unStar": {
65 "file": "images/icons/unStar.svg"
66 },
67 "trash": {
68 "file": "images/icons/trash.svg",
69 "variants": [ "destructive" ]
70 },
71 "unTrash": {
72 "file": "images/icons/unTrash.svg"
73 },
74 "pushPin": {
75 "file": "images/icons/pushPin.svg"
76 },
77 "ongoingConversation": {
78 "file": {
79 "ltr": "images/icons/ongoingConversation-ltr.svg",
80 "rtl": "images/icons/ongoingConversation-rtl.svg"
81 }
82 }
83 }
84 }