Skip to content

Commit

Permalink
Correct style color overrides for channel sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Feb 18, 2017
1 parent cd4f66a commit 300caf4
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions scss/layout/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,17 @@
}

&.unread {
&:not(.muted_channel) a {
&:not(.muted_channel) {
color: lighten($base-font-color, 6%) !important;

.channel_name,
.group_name,
.im_name,
.mpim_name,
> a {
background: $color-shade-dark;
color: lighten($base-font-color, 6%) !important;
}
}

.prefix {
Expand Down Expand Up @@ -89,9 +98,11 @@

#channels_scroller.show_which_channel_is_active ul li.active {
.channel_name,
span.im_name {
.group_name,
.mpim_name,
.im_name {
background: $color-base;
color: $base-font-color;
color: $base-font-color !important;
}

a {
Expand Down

0 comments on commit 300caf4

Please sign in to comment.