summaryrefslogtreecommitdiffstats
path: root/webapp/utils/utils.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-04-25 20:52:32 +0500
committerHarrison Healey <harrisonmhealey@gmail.com>2016-04-25 11:52:32 -0400
commit88cbfe7f1df5a0ef89d8b2ccf1261cb897c19366 (patch)
treef7e0f90f817845494d421262a6397d14f1a32dc7 /webapp/utils/utils.jsx
parentbfc6e4e6b6171b601decfa00a8a729f843a1a758 (diff)
downloadchat-88cbfe7f1df5a0ef89d8b2ccf1261cb897c19366.tar.gz
chat-88cbfe7f1df5a0ef89d8b2ccf1261cb897c19366.tar.bz2
chat-88cbfe7f1df5a0ef89d8b2ccf1261cb897c19366.zip
UI Improvements to center channel (#2790)
Removing time from the center channel on sp (mobile) Liking mention color to search highlight color aswell Adjusting vertical spacing on mobile Removing profile pic from mobile LHS header Updating styles for the RHS Fixing btn-danger
Diffstat (limited to 'webapp/utils/utils.jsx')
-rw-r--r--webapp/utils/utils.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/utils/utils.jsx b/webapp/utils/utils.jsx
index a1e16928b..8255b10f3 100644
--- a/webapp/utils/utils.jsx
+++ b/webapp/utils/utils.jsx
@@ -761,7 +761,7 @@ export function applyTheme(theme) {
}
if (theme.mentionHighlightLink) {
- changeCss('.app__body .mention--highlight .mention-link', 'color:' + theme.mentionHighlightLink, 1);
+ changeCss('.app__body .mention--highlight .mention-link, .app__body .mention--highlight, .app__body .search-highlight', 'color:' + theme.mentionHighlightLink, 1);
}
if (!theme.codeTheme) {