diff --git a/webapp/components/filtered_user_list.jsx b/webapp/components/filtered_user_list.jsx
index 83747c03d5..cffafd6637 100644
--- a/webapp/components/filtered_user_list.jsx
+++ b/webapp/components/filtered_user_list.jsx
@@ -104,26 +104,9 @@ class FilteredUserList extends React.Component {
let count;
if (users.length === this.state.users.length) {
- count = (
-
- );
+ count = '(' + users.length + ')';
} else {
- count = (
-
- );
+ count = '(' + this.state.users.length + ')';
}
let teamToggle;
@@ -133,9 +116,10 @@ class FilteredUserList extends React.Component {
teamMembers = [];
teamToggle = (
-
+
+ {count}
- {count}
+ {teamToggle}
- {teamToggle}
;
+ directDivider =
+ (
);
}
// update the favicon to show if there are any notifications
diff --git a/webapp/components/view_image.jsx b/webapp/components/view_image.jsx
index ccde54c783..c4d7cb4aa2 100644
--- a/webapp/components/view_image.jsx
+++ b/webapp/components/view_image.jsx
@@ -319,7 +319,6 @@ class ViewImageModal extends React.Component {
onClick={this.props.onModalDismissed}
>
e.stopPropagation()}
@@ -328,7 +327,9 @@ class ViewImageModal extends React.Component {
className={closeButtonClass}
onClick={this.props.onModalDismissed}
/>
- {content}
+
+ {content}
+
li.active a:before', 'background:' + theme.sidebarTextActiveBorder, 1);
+ changeCss('.app__body .sidebar--left .sidebar__divider:before', 'background:' + changeOpacity(theme.sidebarTextActiveBorder, 0.5), 1);
+ changeCss('.app__body .sidebar--left .sidebar__divider', 'color:' + theme.sidebarTextActiveBorder, 1);
}
if (theme.sidebarTextActiveColor) {