mirror of
https://github.com/zulip/zulip.git
synced 2025-10-29 02:53:52 +00:00
css: Fix selecting of the EDITED notices.
Apparently, the previous approach didn't actually work.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user