mirror of https://github.com/zulip/zulip.git
message_edit_history: Set cursor to default on hover.
This commit is contained in:
parent
30b68214d3
commit
619f85fac7
|
@ -39,6 +39,10 @@
|
|||
|
||||
.messagebox-content {
|
||||
display: block !important;
|
||||
|
||||
.message_content {
|
||||
cursor: default !important;
|
||||
}
|
||||
}
|
||||
|
||||
#message-history-error {
|
||||
|
|
Loading…
Reference in New Issue