From 30957341e45589b717d274952142ad47c71758be Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Mon, 16 Apr 2018 18:46:36 -0700 Subject: [PATCH] Show three dot icon next to message on hover But only if it doesn't have an error. Also: reformatted message template in legacy_templates.js to match what is in background.html for easier diffing. --- background.html | 5 +++ images/dots-horizontal.svg | 1 + js/views/message_view.js | 4 +++ stylesheets/_conversation.scss | 35 +++++++++++++++++++++ test/index.html | 5 +++ test/styleguide/legacy_templates.js | 47 ++++++++++++++++------------- 6 files changed, 76 insertions(+), 21 deletions(-) create mode 100644 images/dots-horizontal.svg diff --git a/background.html b/background.html index 29ff71e2c..418cb8665 100644 --- a/background.html +++ b/background.html @@ -291,6 +291,11 @@ + {{ #hoverIcon }} +
+ +
+ {{ /hoverIcon }}