zulip.scss: Use scss nesting syntax for .user_popover_email.

This commit is contained in:
Priyank Patel 2018-05-07 23:06:48 +00:00 committed by Tim Abbott
parent 0cc5c6985a
commit 073407bf90
1 changed files with 8 additions and 8 deletions

View File

@ -2716,16 +2716,16 @@ div.topic_edit_spinner .loading_indicator_spinner {
white-space: nowrap;
overflow: hidden;
transition: all 0.4s ease;
}
.user_popover_email .tooltip_holder {
.tooltip_holder {
display: none;
position: absolute;
left: 50%;
}
}
.user_popover_email i {
i {
cursor: pointer;
}
}
.email_copied,