message_edit_history: Set cursor to default on hover.

This commit is contained in:
Mahhheshh 2024-04-04 13:15:41 +05:30 committed by Tim Abbott
parent 30b68214d3
commit 619f85fac7
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@
.messagebox-content {
display: block !important;
.message_content {
cursor: default !important;
}
}
#message-history-error {