diff options
Diffstat (limited to 'vendor/oojs/oojs-ui/src/themes/mediawiki/icons-moderation.json')
-rw-r--r-- | vendor/oojs/oojs-ui/src/themes/mediawiki/icons-moderation.json | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/vendor/oojs/oojs-ui/src/themes/mediawiki/icons-moderation.json b/vendor/oojs/oojs-ui/src/themes/mediawiki/icons-moderation.json deleted file mode 100644 index 1f12f2ae..00000000 --- a/vendor/oojs/oojs-ui/src/themes/mediawiki/icons-moderation.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "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", "variants": [ "destructive" ] }, - "blockUndo": { "file": { - "ltr": "images/icons/blockUndo-ltr.svg", - "rtl": "images/icons/blockUndo-rtl.svg" - } }, - "flag": { "file": { - "ltr": "images/icons/flag-ltr.svg", - "rtl": "images/icons/flag-rtl.svg" - } }, - "flagUndo": { "file": { - "ltr": "images/icons/flagUndo-ltr.svg", - "rtl": "images/icons/flagUndo-rtl.svg" - } }, - "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": { - "ltr": "images/icons/trashUndo-ltr.svg", - "rtl": "images/icons/trashUndo-rtl.svg" - } }, - "unLock": { "file": { - "ltr": "images/icons/unLock-ltr.svg", - "rtl": "images/icons/unLock-rtl.svg" - }, "variants": [ "destructive" ] }, - "unStar": { "file": "images/icons/unStar.svg" } - } -} |