diff --git a/sass/layout/_team-sidebar.scss b/sass/layout/_team-sidebar.scss index c7982ce3afb9..3edf02aa8322 100644 --- a/sass/layout/_team-sidebar.scss +++ b/sass/layout/_team-sidebar.scss @@ -20,7 +20,6 @@ .team-sidebar-bottom-plugin { background-color: rgba(0, 0, 0, 0.2); - border-top: 1px solid transparent; width: 100%; flex: 0 0 auto; padding: 16px 0 6px; diff --git a/utils/utils.jsx b/utils/utils.jsx index 0520a26ae74a..d74b27a1313b 100644 --- a/utils/utils.jsx +++ b/utils/utils.jsx @@ -513,7 +513,7 @@ export function applyTheme(theme) { changeCss('.sidebar--left .status.status--group', 'background:' + changeOpacity(theme.sidebarText, 0.3)); changeCss('@media(max-width: 768px){.app__body .modal .settings-modal .settings-table .nav>li>button, .app__body #sidebarDropdownMenu .menu-divider', 'border-color:' + changeOpacity(theme.sidebarText, 0.2)); changeCss('@media(max-width: 768px){.app__body .modal .settings-modal .settings-table .nav>li>button, .app__body .modal .settings-modal .settings-table .nav>li.active>button', 'color:' + theme.sidebarText); - changeCss('.app__body .team-sidebar .team-sidebar-bottom-plugin, .app__body .sidebar--left .sidebar__switcher', 'border-color:' + changeOpacity(theme.sidebarText, 0.2)); + changeCss('.app__body .sidebar--left .sidebar__switcher', 'border-color:' + changeOpacity(theme.sidebarText, 0.2)); changeCss('.app__body .team-sidebar .team-btn .badge', 'border-color:' + changeOpacity(theme.sidebarText, 0.5)); changeCss('@media(max-width: 768px){.sidebar--left .add-channel-btn:hover, .sidebar--left .add-channel-btn:focus', 'color:' + changeOpacity(theme.sidebarText, 0.6)); changeCss('@media(max-width: 768px){.app__body .search__icon svg', 'stroke:' + theme.sidebarText);