summaryrefslogtreecommitdiffstats
path: root/web/react/components/user_settings/import_theme_modal.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-10-06 22:33:30 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-10-06 22:33:30 +0500
commitd99aea15023b7a6ae7dbebffd0eb4d2ae0f9765d (patch)
tree186cde68b8102bc26d4f81351f032f212d59579f /web/react/components/user_settings/import_theme_modal.jsx
parent15269c539a3f372b2c41d2c629b73653c0f1db97 (diff)
downloadchat-d99aea15023b7a6ae7dbebffd0eb4d2ae0f9765d.tar.gz
chat-d99aea15023b7a6ae7dbebffd0eb4d2ae0f9765d.tar.bz2
chat-d99aea15023b7a6ae7dbebffd0eb4d2ae0f9765d.zip
Removing sidebar text hover color
Diffstat (limited to 'web/react/components/user_settings/import_theme_modal.jsx')
-rw-r--r--web/react/components/user_settings/import_theme_modal.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/react/components/user_settings/import_theme_modal.jsx b/web/react/components/user_settings/import_theme_modal.jsx
index 4e8ee03fa..3301c6596 100644
--- a/web/react/components/user_settings/import_theme_modal.jsx
+++ b/web/react/components/user_settings/import_theme_modal.jsx
@@ -49,7 +49,6 @@ export default class ImportThemeModal extends React.Component {
theme.sidebarText = colors[5];
theme.sidebarUnreadText = colors[5];
theme.sidebarTextHoverBg = colors[4];
- theme.sidebarTextHoverColor = colors[5];
theme.sidebarTextActiveBg = colors[2];
theme.sidebarTextActiveColor = colors[3];
theme.sidebarHeaderBg = colors[1];