X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=inline;f=resources%2Flib%2Foojs-ui%2Fthemes%2Fwikimediaui%2Ficons-moderation.json;h=4d0aa5e242c7171747a1d9931c6b32b884c65681;hb=3e99665946a8b65b690118a8eaf1ea8588075b87;hp=8f0ff15496ac0c5338ca5db63a96058dc4ff4ac2;hpb=a41004975a9e33bd53c56e8ca7a1c5f1b9673737;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/lib/oojs-ui/themes/wikimediaui/icons-moderation.json b/resources/lib/oojs-ui/themes/wikimediaui/icons-moderation.json index 8f0ff15496..4d0aa5e242 100644 --- a/resources/lib/oojs-ui/themes/wikimediaui/icons-moderation.json +++ b/resources/lib/oojs-ui/themes/wikimediaui/icons-moderation.json @@ -11,9 +11,6 @@ "color": "#36c", "global": true }, - "constructive": { - "color": "#36c" - }, "destructive": { "color": "#d33" }, @@ -22,13 +19,24 @@ } }, "images": { + "bookmarkOutline": { + "file": "images/icons/bookmarkOutline.svg" + }, + "bookmark": { + "file": "images/icons/bookmark.svg" + }, "block": { "file": "images/icons/block.svg", "variants": [ "destructive" ] }, - "unBlock": { "file": { - "ltr": "images/icons/unBlock-ltr.svg", - "rtl": "images/icons/unBlock-rtl.svg" - } }, - "clip": { "file": "images/icons/clip.svg", "variants": [ "progressive" ] }, - "unClip": { "file": "images/icons/unClip.svg", "variants": [ "progressive" ] }, + "unBlock": { + "file": "images/icons/unBlock.svg" + }, + "clip": { + "file": "images/icons/bookmarkOutline.svg", + "deprecated": "Renamed since v0.26.1, use 'bookmarkOutline' instead." + }, + "unClip": { + "file": "images/icons/bookmark.svg", + "deprecated": "Renamed since v0.26.1, use 'bookmark' instead." + }, "flag": { "file": { "ltr": "images/icons/flag-ltr.svg", "rtl": "images/icons/flag-rtl.svg" @@ -37,32 +45,26 @@ "ltr": "images/icons/unFlag-ltr.svg", "rtl": "images/icons/unFlag-rtl.svg" } }, - "lock": { "file": { - "ltr": "images/icons/lock-ltr.svg", - "rtl": "images/icons/lock-rtl.svg" - }, "variants": [ "destructive" ] }, - "unLock": { "file": { - "ltr": "images/icons/unLock-ltr.svg", - "rtl": "images/icons/unLock-rtl.svg" - }, "variants": [ "destructive" ] }, - "star": { "file": "images/icons/star.svg", "variants": [ "constructive", "progressive" ] }, + "lock": { + "file": "images/icons/lock.svg", "variants": [ "destructive" ] + }, + "unLock": { + "file": "images/icons/unLock.svg", "variants": [ "destructive" ] + }, + "star": { "file": "images/icons/star.svg" }, "halfStar": { "file": { "ltr": "images/icons/halfStar-ltr.svg", "rtl": "images/icons/halfStar-rtl.svg" - }, "variants": [ "constructive", "progressive" ] }, - "unStar": { "file": "images/icons/unStar.svg", "variants": [ "constructive", "progressive" ] }, - "trash": { "file": "images/icons/trash.svg", "variants": [ "destructive" ] }, - "unTrash": { "file": { - "ltr": "images/icons/unTrash-ltr.svg", - "rtl": "images/icons/unTrash-rtl.svg" } }, - "pushPin": { "file": "images/icons/pushPin.svg", "variants": [ "progressive" ] }, - "ongoingConversation": { - "file": { - "ltr": "images/icons/ongoingConversation-ltr.svg", - "rtl": "images/icons/ongoingConversation-rtl.svg" - }, - "variants": [ "progressive" ] - } + "unStar": { "file": "images/icons/unStar.svg" }, + "trash": { "file": "images/icons/trash.svg", "variants": [ "destructive" ] }, + "unTrash": { + "file": "images/icons/unTrash.svg" + }, + "pushPin": { "file": "images/icons/pushPin.svg" }, + "ongoingConversation": { "file": { + "ltr": "images/icons/ongoingConversation-ltr.svg", + "rtl": "images/icons/ongoingConversation-rtl.svg" + } } } }