From ca46a2152bbeb867a0069ef709bc6812ffade498 Mon Sep 17 00:00:00 2001 From: Brock Whittaker Date: Wed, 15 Nov 2017 13:26:03 -0800 Subject: [PATCH] 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. --- static/styles/popovers.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/styles/popovers.css b/static/styles/popovers.css index 14d9772455..0c9bd38ea9 100644 --- a/static/styles/popovers.css +++ b/static/styles/popovers.css @@ -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; }