mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 20:02:15 +00:00
popovers: Make "popover-menu-user-full-name" text selectable.
In the profile card that pops up when clicking a user's name, the text of their name was not selectable text previously. This commit makes the text selectable.
This commit is contained in:
committed by
Tim Abbott
parent
4b8247731e
commit
db7541a770
@@ -1021,6 +1021,7 @@ ul.popover-group-menu-member-list {
|
|||||||
line-height: 1.1111em;
|
line-height: 1.1111em;
|
||||||
color: var(--color-text-full-name);
|
color: var(--color-text-full-name);
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
user-select: text;
|
||||||
|
|
||||||
.zulip-icon.zulip-icon-bot {
|
.zulip-icon.zulip-icon-bot {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|||||||
Reference in New Issue
Block a user