From bb655e694548f03247bb42e197cac744da45235c Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Sun, 27 Aug 2017 22:09:54 -0700 Subject: [PATCH] css: Fix selecting of the EDITED notices. Apparently, the previous approach didn't actually work. --- static/styles/zulip.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index c3509c558f..c0baad0c23 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -576,6 +576,11 @@ td.pointer { position: absolute; left: 0px; top: 16px; + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .include-sender .message_edit_notice:before {