Skip to content

Commit

Permalink
Correct styles for direct message close button
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed May 28, 2016
1 parent eeb769f commit 27f94d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/layout/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@

&.member .im_close,
&.mpim .mpim_close {
color: $color-highlight;
color: $color-highlight !important;
}

&.group.active .group_close,
&.member.active .im_close,
&.mpim.active .mpim_close {
color: $base-link-color;
color: $base-link-color !important;
}

&.mention a {
Expand Down

0 comments on commit 27f94d0

Please sign in to comment.