X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=resources%2Flib%2Foojs-ui%2Fthemes%2Fmediawiki%2Ficons-moderation.json;h=36c8777f28020a49f6698274507d2b01fc637532;hb=5d62627a21e7203539cf0aa2e2ce8a872162eef9;hp=4fc043bcdd25feb8c6bf593696c4ba2fef871394;hpb=c2675c2e92791aab80ba7cfe6d99093846625ae3;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/lib/oojs-ui/themes/mediawiki/icons-moderation.json b/resources/lib/oojs-ui/themes/mediawiki/icons-moderation.json index 4fc043bcdd..36c8777f28 100644 --- a/resources/lib/oojs-ui/themes/mediawiki/icons-moderation.json +++ b/resources/lib/oojs-ui/themes/mediawiki/icons-moderation.json @@ -1,6 +1,24 @@ { "prefix": "oo-ui-icon", "intro": "@import '../../../../src/styles/common';", + "variants": { + "invert": { + "color": "#FFFFFF", + "global": true + }, + "progressive": { + "color": "#347BFF" + }, + "constructive": { + "color": "#00AF89" + }, + "destructive": { + "color": "#D11D13" + }, + "warning": { + "color": "#FF5D00" + } + }, "images": { "block": { "file": "images/icons/block.svg" }, "blockUndo": { "file": { @@ -18,7 +36,7 @@ "lock": { "file": { "ltr": "images/icons/lock-ltr.svg", "rtl": "images/icons/lock-rtl.svg" - } }, + }, "variants": [ "destructive" ] }, "star": { "file": "images/icons/star.svg" }, "trash": { "file": "images/icons/trash.svg" }, "trashUndo": { "file": { @@ -28,7 +46,7 @@ "unLock": { "file": { "ltr": "images/icons/unLock-ltr.svg", "rtl": "images/icons/unLock-rtl.svg" - } }, + }, "variants": [ "destructive" ] }, "unStar": { "file": "images/icons/unStar.svg" } } }