summaryrefslogtreecommitdiffstats
path: root/web/react/utils
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-10-06 19:27:21 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-10-06 19:27:21 +0500
commit3d8de4c4350770198b251916f1057a7378403838 (patch)
treeb4e3832d41f5d1b61b6e599ee857ad55d6f2641f /web/react/utils
parent74b3338bc7223c6765ad5f19c0ea80ee92760a07 (diff)
downloadchat-3d8de4c4350770198b251916f1057a7378403838.tar.gz
chat-3d8de4c4350770198b251916f1057a7378403838.tar.bz2
chat-3d8de4c4350770198b251916f1057a7378403838.zip
PLT-432 - Status icon for active LHS item the same as text color
Diffstat (limited to 'web/react/utils')
-rw-r--r--web/react/utils/utils.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/react/utils/utils.jsx b/web/react/utils/utils.jsx
index b51d71254..3a04f3623 100644
--- a/web/react/utils/utils.jsx
+++ b/web/react/utils/utils.jsx
@@ -428,6 +428,7 @@ export function applyTheme(theme) {
if (theme.sidebarTextActiveColor) {
changeCss('.sidebar--left .nav-pills__container li.active a, .sidebar--left .nav-pills__container li.active a:hover, .sidebar--left .nav-pills__container li.active a:focus, .settings-modal .nav-pills>li.active a, .settings-modal .nav-pills>li.active a:hover, .settings-modal .nav-pills>li.active a:active', 'color:' + theme.sidebarTextActiveColor, 2);
+ changeCss('.sidebar--left .nav-pills__container li.active a .status .online--icon', 'fill:' + theme.sidebarTextActiveColor, 2);
}
if (theme.sidebarHeaderBg) {