mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
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:
parent
3b279d38a0
commit
5f709245c0
@ -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);
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user