mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
left_sidebar: Improve text selection for topic text.
Fixes: #34959. Signed-off-by: apoorvapendse <apoorvavpendse@gmail.com>
This commit is contained in:
committed by
Tim Abbott
parent
622a125ce4
commit
4288734030
@@ -1654,6 +1654,10 @@ li.active-sub-filter {
|
||||
}
|
||||
}
|
||||
|
||||
.topic-box {
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
.searching-for-more-topics {
|
||||
margin-left: var(--left-sidebar-toggle-width-offset);
|
||||
height: var(--line-height-sidebar-row-prominent);
|
||||
|
||||
Reference in New Issue
Block a user