inbox: Allow user to select empty view text.

We likely added this logic to allow links to be opened in new tab
on ctrl + click and not trigger text selection.

We retain this behaviour but allow selection of empty view text.
This commit is contained in:
Aman Agrawal 2025-02-05 16:42:50 +05:30 committed by Tim Abbott
parent 3b279d38a0
commit 5f709245c0
2 changed files with 3 additions and 1 deletions

View File

@ -152,6 +152,7 @@
}
.inbox-header {
user-select: none;
display: block;
height: 30px;
@ -259,6 +260,7 @@
}
.inbox-row {
user-select: none;
display: block;
background-color: var(--color-background-inbox-row);

View File

@ -1,4 +1,4 @@
<div id="inbox-main" class="no-select">
<div id="inbox-main">
<div class="search_group" id="inbox-filters" role="group">
{{> ../dropdown_widget widget_name="inbox-filter"}}
<i class="zulip-icon zulip-icon-search-inbox"></i>