mirror of https://github.com/zulip/zulip.git
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).
This commit is contained in:
parent
c4e2899f99
commit
0d164fab1b
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue