summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_mentions.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-10-06 10:04:39 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-10-06 10:04:39 +0500
commit06fbb8b7dfbf03832163c75e84fb5e6899f2c655 (patch)
tree6f0cd0ece5a0514e1acb929dce3fa22cc1c03373 /web/sass-files/sass/partials/_mentions.scss
parent8c7f4672eb6c0efb4b678866f1d0da286cfdd8ce (diff)
downloadchat-06fbb8b7dfbf03832163c75e84fb5e6899f2c655.tar.gz
chat-06fbb8b7dfbf03832163c75e84fb5e6899f2c655.tar.bz2
chat-06fbb8b7dfbf03832163c75e84fb5e6899f2c655.zip
Adding mention highlight setting and improving search highlight too
Diffstat (limited to 'web/sass-files/sass/partials/_mentions.scss')
-rw-r--r--web/sass-files/sass/partials/_mentions.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_mentions.scss b/web/sass-files/sass/partials/_mentions.scss
index a2bd0dcea..fb74eb4f5 100644
--- a/web/sass-files/sass/partials/_mentions.scss
+++ b/web/sass-files/sass/partials/_mentions.scss
@@ -57,5 +57,11 @@
.mention-highlight {
background-color:#fff2bb;
- color: #333;
+ a {
+ color: inherit;
+ text-decoration: underline;
+ &:hover, &:active {
+ color: inherit;
+ }
+ }
} \ No newline at end of file