Skip to content

Commit

Permalink
Merge pull request #7960 from RocketChat/sidebar-colors
Browse files Browse the repository at this point in the history
[FIX] status and active room colors on sidebar
  • Loading branch information
rodrigok committed Aug 30, 2017
1 parent 68c25a3 commit 5c582e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
align-items: center;

&--active {
background-color: var(--sidebar-item-active-background);
background-color: var(--color-dark-light);
}

&--darken {
Expand Down Expand Up @@ -88,7 +88,7 @@
}

&--offline {
background-color: var(--status-invisible);
background-color: var(--status-invisible-sidebar);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
--color-darkest: #1f2329;
--color-dark: #2f343d;
--color-dark-medium: #414852;
--color-dark-light: #6c727a;
--color-gray: #9ea2a8;
--color-gray-medium: #cbced1;
--color-gray-light: #e1e5e8;
Expand Down Expand Up @@ -39,6 +40,7 @@
--status-away: var(--color-alert);
--status-busy: var(--color-error);
--status-invisible: var(--color-gray-medium);
--status-invisible-sidebar: var(--color-darkest);

/*
* Forms
Expand Down

0 comments on commit 5c582e3

Please sign in to comment.