summaryrefslogtreecommitdiffstats
path: root/webapp/utils
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2016-12-06 20:51:31 +0500
committerChristopher Speller <crspeller@gmail.com>2016-12-06 10:51:31 -0500
commit08c2d289420746992b99bfe992144ef9b06b025a (patch)
treef05f475b5c81b0b89f687192e780f0efceaf24a8 /webapp/utils
parent42f28886cca4ddf0f2814ce27d6dfbce95aa1625 (diff)
downloadchat-08c2d289420746992b99bfe992144ef9b06b025a.tar.gz
chat-08c2d289420746992b99bfe992144ef9b06b025a.tar.bz2
chat-08c2d289420746992b99bfe992144ef9b06b025a.zip
Multiple UI Improvements (#4712)
* Multiple UI Improvements * Reverting modal animation
Diffstat (limited to 'webapp/utils')
-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 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) {