From 40194b6a4806dfc55cdff87c91f77b292521528b Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 28 Sep 2015 10:34:08 +0500 Subject: [PATCH] Adding mention link styling back --- web/sass-files/sass/partials/_mentions.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/sass-files/sass/partials/_mentions.scss b/web/sass-files/sass/partials/_mentions.scss index 83cdde53bb..48746ba01b 100644 --- a/web/sass-files/sass/partials/_mentions.scss +++ b/web/sass-files/sass/partials/_mentions.scss @@ -63,6 +63,10 @@ padding-left: 10px; } +.mention-link { + color: $primary-color; +} + .mention-highlight { background-color:#fff2bb; color: #333;