From 6297ddaa030d34e4a1663a5407e699af2581c105 Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Tue, 6 Oct 2020 20:47:40 +1100 Subject: [PATCH] Update composer style and text usage to match the standard composer --- .../templates/components/wizard-composer-hyperlink.hbs | 10 +++++----- assets/stylesheets/wizard/custom/composer.scss | 1 - config/locales/client.en.yml | 7 ------- 3 files changed, 5 insertions(+), 13 deletions(-) diff --git a/assets/javascripts/wizard/templates/components/wizard-composer-hyperlink.hbs b/assets/javascripts/wizard/templates/components/wizard-composer-hyperlink.hbs index fa69a7cd..44a2495c 100644 --- a/assets/javascripts/wizard/templates/components/wizard-composer-hyperlink.hbs +++ b/assets/javascripts/wizard/templates/components/wizard-composer-hyperlink.hbs @@ -1,21 +1,21 @@ diff --git a/assets/stylesheets/wizard/custom/composer.scss b/assets/stylesheets/wizard/custom/composer.scss index 94ff44e9..c360e76a 100644 --- a/assets/stylesheets/wizard/custom/composer.scss +++ b/assets/stylesheets/wizard/custom/composer.scss @@ -108,7 +108,6 @@ width: 1px; height: 20px; margin: 0 5px; - background-color: var(--primary); display: inline-block; } diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 2766790d..65e31c96 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -455,10 +455,3 @@ en: yourself_confirm: title: "Did you forget to add recipients?" body: "Right now this message is only being sent to yourself!" - insert_hyperlink: - heading: "Insert Hyperlink" - ok: "Ok" - cancel: "Cancel" - placeholder: - link_name: "Link Text" - link_url: "Link Url"