summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-10-07 08:43:24 -0400
committerChristopher Speller <crspeller@gmail.com>2015-10-07 08:43:24 -0400
commit4263c08c55f7bc4b18cadeaed44f9ed8126ba70e (patch)
treec25d1230ed6f75afd4b41b11ca22d9500e68debb /web/sass-files/sass
parentdfaef4bd7227391e21890c720f9668acb3a64c28 (diff)
parent698ca63d991f4246060223642116a78302a5af32 (diff)
downloadchat-4263c08c55f7bc4b18cadeaed44f9ed8126ba70e.tar.gz
chat-4263c08c55f7bc4b18cadeaed44f9ed8126ba70e.tar.bz2
chat-4263c08c55f7bc4b18cadeaed44f9ed8126ba70e.zip
Merge pull request #953 from asaadmahmoodspin/plt-522
PLT-522 - Adding option for mentionHighlightLink for themes
Diffstat (limited to 'web/sass-files/sass')
-rw-r--r--web/sass-files/sass/partials/_mentions.scss7
-rw-r--r--web/sass-files/sass/partials/_search.scss7
2 files changed, 0 insertions, 14 deletions
diff --git a/web/sass-files/sass/partials/_mentions.scss b/web/sass-files/sass/partials/_mentions.scss
index fb74eb4f5..f59cefbc6 100644
--- a/web/sass-files/sass/partials/_mentions.scss
+++ b/web/sass-files/sass/partials/_mentions.scss
@@ -57,11 +57,4 @@
.mention-highlight {
background-color:#fff2bb;
- a {
- color: inherit;
- text-decoration: underline;
- &:hover, &:active {
- color: inherit;
- }
- }
} \ No newline at end of file
diff --git a/web/sass-files/sass/partials/_search.scss b/web/sass-files/sass/partials/_search.scss
index a7b1ab190..2de1b5380 100644
--- a/web/sass-files/sass/partials/_search.scss
+++ b/web/sass-files/sass/partials/_search.scss
@@ -106,11 +106,4 @@
.search-highlight {
background-color: #FFF2BB;
- a {
- color: inherit;
- text-decoration: underline;
- &:hover, &:active {
- color: inherit;
- }
- }
}