From 47c5142a837866fa364cdab29f90325c8fa2e8d6 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Wed, 14 Jun 2017 14:06:36 -0700 Subject: [PATCH] Replace unicode check with new svg icon A good bit of CSS was required to keep the text color changing along with the text it is nestled within. Also: took this opportunity to increase the contrast of the number and verified section right under the contact name in the group members view. FREEBIE --- background.html | 4 ++-- images/verified-check.svg | 2 ++ stylesheets/_conversation.scss | 7 +++++++ stylesheets/_global.scss | 8 ++++++++ stylesheets/_index.scss | 3 +++ stylesheets/_ios.scss | 5 +++++ stylesheets/android-dark.scss | 10 ++++++++++ stylesheets/manifest.css | 35 ++++++++++++++++++++++++++++++++++ test/index.html | 4 ++-- 9 files changed, 74 insertions(+), 4 deletions(-) create mode 100644 images/verified-check.svg diff --git a/background.html b/background.html index 460e09ed8..e9df1b896 100644 --- a/background.html +++ b/background.html @@ -80,7 +80,7 @@ {{ number }} {{ /number }} {{ #isVerified }} - ✓ {{ verified }} + {{ verified }} {{ /isVerified }}