X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=resources%2Flib%2Foojs-ui%2Fthemes%2Fwikimediaui%2Ficons-user.json;h=82940b04df5035109914e7997a08bebdea369fc0;hp=5a70c5ead8a23893c9f241a2105cfbf5bafd178c;hb=7447a851ea4ed0965ff07ee874d0925b6fbd53fd;hpb=12601ff7d2796752404bfb331fccc41083d31f9f diff --git a/resources/lib/oojs-ui/themes/wikimediaui/icons-user.json b/resources/lib/oojs-ui/themes/wikimediaui/icons-user.json index 5a70c5ead8..82940b04df 100644 --- a/resources/lib/oojs-ui/themes/wikimediaui/icons-user.json +++ b/resources/lib/oojs-ui/themes/wikimediaui/icons-user.json @@ -11,9 +11,6 @@ "color": "#36c", "global": true }, - "constructive": { - "color": "#36c" - }, "destructive": { "color": "#d33" }, @@ -22,15 +19,20 @@ } }, "images": { - "userActive": { "file": { - "ltr": "images/icons/userActive-ltr.svg", - "rtl": "images/icons/userActive-rtl.svg" - } }, - "userAvatar": { "file": "images/icons/userAvatar.svg" }, - "userInactive": { "file": { - "ltr": "images/icons/userInactive-ltr.svg", - "rtl": "images/icons/userInactive-rtl.svg" - } }, + "userActive": { + "file": "images/icons/userActive.svg", + "deprecated": "Renamed since v0.26.2, use 'userAvatar' instead." + }, + "userAnonymous": { + "file": "images/icons/userAnonymous.svg" + }, + "userAvatar": { + "file": "images/icons/userAvatar.svg" + }, + "userInactive": { + "file": "images/icons/userAnonymous.svg", + "deprecated": "Renamed since v0.26.2, use 'userAnonymous' instead." + }, "userTalk": { "file": { "ltr": "images/icons/userTalk-ltr.svg", "rtl": "images/icons/userTalk-rtl.svg"