From 0d164fab1b930d860daf8e0d020d079543f9b468 Mon Sep 17 00:00:00 2001 From: novokrest Date: Sun, 8 Apr 2018 16:51:01 +0300 Subject: [PATCH] message_edit_form: Show default cursor instead of pointer. Fixes part of #3938. (This only changes the sections within the message-edit form; the top and left chrome are still cursor: pointer). --- static/styles/zulip.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index 383f5709a2..aa765d85c7 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -546,6 +546,7 @@ a:hover code { margin-top: 3px; margin-left: 6px; opacity: 0.5; + cursor: pointer; } #message_edit_tooltip:hover { @@ -2528,6 +2529,7 @@ div.topic_edit_spinner .loading_indicator_spinner { /* Reduce some of the heavy padding from Bootstrap. */ #message_edit_form { margin-bottom: 10px; + cursor: default; } #message_edit_form .edit-controls {