From 08c2d289420746992b99bfe992144ef9b06b025a Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Tue, 6 Dec 2016 20:51:31 +0500 Subject: Multiple UI Improvements (#4712) * Multiple UI Improvements * Reverting modal animation --- webapp/utils/utils.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/utils') diff --git a/webapp/utils/utils.jsx b/webapp/utils/utils.jsx index f37ddd73c..00b7f53f8 100644 --- a/webapp/utils/utils.jsx +++ b/webapp/utils/utils.jsx @@ -476,6 +476,7 @@ export function applyTheme(theme) { changeCss('.sidebar--left .add-channel-btn:hover, .sidebar--left .add-channel-btn:focus', 'color:' + theme.sidebarText); changeCss('.sidebar--left .status .offline--icon', 'fill:' + theme.sidebarText); changeCss('@media(max-width: 768px){.app__body .modal .settings-modal .settings-table .nav>li>a, .app__body .sidebar--menu .divider', 'border-color:' + changeOpacity(theme.sidebarText, 0.2)); + changeCss('@media(max-width: 768px){.sidebar--left .add-channel-btn:hover, .sidebar--left .add-channel-btn:focus', 'color:' + changeOpacity(theme.sidebarText, 0.6)); } if (theme.sidebarUnreadText) { @@ -484,7 +485,6 @@ export function applyTheme(theme) { if (theme.sidebarTextHoverBg) { changeCss('.sidebar--left .nav-pills__container li>a:hover, .app__body .modal .settings-modal .nav-pills>li:hover a', 'background:' + theme.sidebarTextHoverBg); - changeCss('@media(max-width: 768px){.app__body .modal .settings-modal .settings-table .nav>li:hover a', 'background:' + theme.sidebarTextHoverBg); } if (theme.sidebarTextActiveBorder) { -- cgit v1.2.3-1-g7c22