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:
Anders Kaseorg 2023-03-17 14:08:18 -07:00 committed by Tim Abbott
parent 182969fba1
commit f03b609bfd
1 changed files with 0 additions and 4 deletions

View File

@ -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