mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-14 19:28:31 +00:00
c39fffd82f
* The JSON file for the Apex theme was exactly identical to the MediaWiki theme. If the icons are the same, there's no need to duplicate it. * Since we now only have one definition used for all themes, ResourceLoaderOOUIImageModule is overkill and we can use the slightly simpler ResourceLoaderImageModule. * Remove "prefix": "oo-ui-icon" from the JSON file, since it is overridden in the module definition by "selectorWithoutVariant" and "selectorWithVariant". Change-Id: I1d579873459e079369fd13350a9cb00939c2b76b
20 lines
257 B
JSON
20 lines
257 B
JSON
{
|
|
"variants": {
|
|
"invert": {
|
|
"color": "#FFFFFF"
|
|
}
|
|
},
|
|
"images": {
|
|
"bell": {
|
|
"file": "icons/bell.svg"
|
|
},
|
|
"tray": {
|
|
"file": "icons/tray.svg"
|
|
},
|
|
"doubleCheck": {
|
|
"file": "icons/double-check.svg",
|
|
"variants": [ "invert" ]
|
|
}
|
|
}
|
|
}
|