mirror of https://github.com/zulip/zulip.git
Revert "minor: Add `z-index` to `message_time` class."
This reverts commit e16e7630e6
(#19542).
This was compiling to
a.messagebox-content .message_time {
z-index: 1;
}
which did nothing, because .messagebox-content is a <div>, not an <a>.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
182969fba1
commit
f03b609bfd
|
@ -914,10 +914,6 @@ td.pointer {
|
|||
text-decoration: none;
|
||||
color: var(--color-default-text);
|
||||
}
|
||||
|
||||
a& {
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
/* The way this overrides the menus with a background-color and a high
|
||||
|
|
Loading…
Reference in New Issue