Skip to content

Commit

Permalink
Update sidebar styles
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Feb 12, 2017
1 parent a97fa13 commit 5476ec0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
26 changes: 18 additions & 8 deletions scss/layout/_sidebar.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#col_channels {
background-color: $color-shade-dark;
color: $base-font-color;
}

#col_channels_collapse_view {
background: $color-shade-dark;
}
Expand Down Expand Up @@ -82,18 +87,23 @@
}
}

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

&.channel_name,
&.group_name {
.prefix {
a {
&.group_name,
&.im_name,
&.mpim_name {
background: $color-base;
color: $base-font-color;
}

&.channel_name .prefix,
&.group_name .prefix {
color: $color-highlight;
}
}
Expand Down
1 change: 1 addition & 0 deletions scss/modules/_color-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
color: $base-font-color !important;
}

.greigh,
.sky_blue,
.havana_blue,
.plastic_grey,
Expand Down

0 comments on commit 5476ec0

Please sign in to comment.