From 1830a6bc6e9e76a27b435ee5e5dda197152fc85d Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Wed, 24 Apr 2019 15:41:38 +0700 Subject: [PATCH] fix friends box icons --- ui/common/css/component/_friend-box.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/common/css/component/_friend-box.scss b/ui/common/css/component/_friend-box.scss index 7c4fcf4893..514bbe0d5a 100644 --- a/ui/common/css/component/_friend-box.scss +++ b/ui/common/css/component/_friend-box.scss @@ -46,6 +46,7 @@ overflow: hidden; text-overflow: ellipsis; .line::before { + color: $c-good; content: ''; } }