mirror of https://github.com/zulip/zulip.git
zulip.scss: Use scss nesting syntax for .user_popover_email.
This commit is contained in:
parent
0cc5c6985a
commit
073407bf90
|
@ -2716,16 +2716,16 @@ div.topic_edit_spinner .loading_indicator_spinner {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
transition: all 0.4s ease;
|
transition: all 0.4s ease;
|
||||||
}
|
|
||||||
|
|
||||||
.user_popover_email .tooltip_holder {
|
.tooltip_holder {
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user_popover_email i {
|
i {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.email_copied,
|
.email_copied,
|
||||||
|
|
Loading…
Reference in New Issue