mirror of https://github.com/zulip/zulip.git
popovers: Restyle border-bottom below avatar in user popovers.
This styles the border-bottom to be an opacity based solution to work the same with the normal mode and better with dark mode.
This commit is contained in:
parent
6049cd27b1
commit
ca46a2152b
|
@ -96,6 +96,11 @@ ul.actions_popover i {
|
|||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.message-info-popover .popover-title,
|
||||
.user_popover .popover-title {
|
||||
border-color: hsla(0, 0%, 0%, 0.2);
|
||||
}
|
||||
|
||||
.popover-avatar .popover-inner {
|
||||
width: 240px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue