From 2bc306e18fa94fde09c24c5cd9c6b2d8b4aa1838 Mon Sep 17 00:00:00 2001 From: Andrei Oprea Date: Wed, 13 May 2015 13:03:18 +0100 Subject: [PATCH] Bug 1073940 - Add missing icon to loop contacts panel. Patch originally by Andrei, updated by Standard8. r=mikeboer --- .../loop/content/shared/img/icons-16x16.svg | 12 ++++++++++++ browser/components/loop/ui/ui-showcase.js | 12 ++++++------ browser/components/loop/ui/ui-showcase.jsx | 12 ++++++------ 3 files changed, 24 insertions(+), 12 deletions(-) diff --git a/browser/components/loop/content/shared/img/icons-16x16.svg b/browser/components/loop/content/shared/img/icons-16x16.svg index 050a7ce1e14f..c155c99e781d 100644 --- a/browser/components/loop/content/shared/img/icons-16x16.svg +++ b/browser/components/loop/content/shared/img/icons-16x16.svg @@ -164,6 +164,17 @@ use[id$="-disabled"] { h-8.3C1.65,2,1,2.68,1,3.52v6.24c0,0.83,0.65,1.51,1.45,1.51h0.52V5.43c0-0.84,0.65-1.51,1.45-1.51h6.61l-0.81, 0.81H5.25 c-0.8,0-1.45,0.68-1.45,1.51v4.91l-1.89,1.89l0.99,0.99l1-1l8.3-8.3L14.21,2.72z"/> + + + + + + @@ -208,4 +219,5 @@ use[id$="-disabled"] { + diff --git a/browser/components/loop/ui/ui-showcase.js b/browser/components/loop/ui/ui-showcase.js index ae0e313ca742..6e415a1d6605 100644 --- a/browser/components/loop/ui/ui-showcase.js +++ b/browser/components/loop/ui/ui-showcase.js @@ -179,12 +179,12 @@ ], "16x16": ["add", "add-hover", "add-active", "audio", "audio-hover", "audio-active", "block", "block-red", "block-hover", "block-active", "contacts", "contacts-hover", - "contacts-active", "copy", "checkmark", "google", "google-hover", "google-active", - "history", "history-hover", "history-active", "leave", "precall", "precall-hover", - "precall-active", "screen-white", "screenmute-white", "settings", - "settings-hover", "settings-active", "share-darkgrey", "tag", "tag-hover", - "tag-active", "trash", "unblock", "unblock-hover", "unblock-active", "video", - "video-hover", "video-active", "tour" + "contacts-active", "copy", "checkmark", "delete", "google", "google-hover", + "google-active", "history", "history-hover", "history-active", "leave", + "precall", "precall-hover", "precall-active", "screen-white", "screenmute-white", + "settings", "settings-hover", "settings-active", "share-darkgrey", "tag", + "tag-hover", "tag-active", "trash", "unblock", "unblock-hover", "unblock-active", + "video", "video-hover", "video-active", "tour" ] }, diff --git a/browser/components/loop/ui/ui-showcase.jsx b/browser/components/loop/ui/ui-showcase.jsx index 8c2da2fc9481..7febd1b653f9 100644 --- a/browser/components/loop/ui/ui-showcase.jsx +++ b/browser/components/loop/ui/ui-showcase.jsx @@ -179,12 +179,12 @@ ], "16x16": ["add", "add-hover", "add-active", "audio", "audio-hover", "audio-active", "block", "block-red", "block-hover", "block-active", "contacts", "contacts-hover", - "contacts-active", "copy", "checkmark", "google", "google-hover", "google-active", - "history", "history-hover", "history-active", "leave", "precall", "precall-hover", - "precall-active", "screen-white", "screenmute-white", "settings", - "settings-hover", "settings-active", "share-darkgrey", "tag", "tag-hover", - "tag-active", "trash", "unblock", "unblock-hover", "unblock-active", "video", - "video-hover", "video-active", "tour" + "contacts-active", "copy", "checkmark", "delete", "google", "google-hover", + "google-active", "history", "history-hover", "history-active", "leave", + "precall", "precall-hover", "precall-active", "screen-white", "screenmute-white", + "settings", "settings-hover", "settings-active", "share-darkgrey", "tag", + "tag-hover", "tag-active", "trash", "unblock", "unblock-hover", "unblock-active", + "video", "video-hover", "video-active", "tour" ] },