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:
Brock Whittaker 2017-11-15 13:26:03 -08:00 committed by Steve Howell
parent 6049cd27b1
commit ca46a2152b
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}