Skip to content

Commit

Permalink
Merge pull request #9257 from RocketChat/hotfix/room-icon-color-unread
Browse files Browse the repository at this point in the history
Do not change room icon color when room is unread
  • Loading branch information
rodrigok committed Dec 27, 2017
1 parent d72d700 commit 833936f
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
align-items: center;
position: absolute;
height: var(--sidebar-item-height);
color: var(--sidebar-item-text-color);
}

&__user-thumb {
Expand Down Expand Up @@ -286,7 +287,11 @@
left: 0;
}

&__user-status,
&__user-status {
right: 8px;
left: initial;
}

&__room-type {
right: 4px;
left: initial;
Expand Down

0 comments on commit 833936f

Please sign in to comment.