diff options
author | Christopher Speller <crspeller@gmail.com> | 2015-10-06 09:34:36 -0400 |
---|---|---|
committer | Christopher Speller <crspeller@gmail.com> | 2015-10-06 09:34:36 -0400 |
commit | 32db91463b65346382ccd427dcc1e1562f7dd43e (patch) | |
tree | effe328bcf07a1685aa5cbf6517100dac1683482 /web/sass-files/sass/partials/_mentions.scss | |
parent | e946ef1837f440da8890a0ba655710e7fe2616c9 (diff) | |
parent | 3a9140761bed53dabff6766a0197b7f90690a2e6 (diff) | |
download | chat-32db91463b65346382ccd427dcc1e1562f7dd43e.tar.gz chat-32db91463b65346382ccd427dcc1e1562f7dd43e.tar.bz2 chat-32db91463b65346382ccd427dcc1e1562f7dd43e.zip |
Merge pull request #934 from asaadmahmoodspin/ui-improvements
Multiple UI Improvements
Diffstat (limited to 'web/sass-files/sass/partials/_mentions.scss')
-rw-r--r-- | web/sass-files/sass/partials/_mentions.scss | 8 |
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 |