Skip to content

Commit

Permalink
correct colors on member links in channel topics
Browse files Browse the repository at this point in the history
Fixes laCour#173

Before: https://cl.ly/3I283N0p2x2f
After:  https://cl.ly/3N1k37071e36

Test Plan:
- Edit the topic of a channel to include a mention of a user
- Verify that the background and color of the mention match the rest of
  the theme
  • Loading branch information
mastermel committed Jun 14, 2018
1 parent ac3e497 commit 00cca9b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scss/modules/flexpane/_mentions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
color: $base-link-color;
}

a.internal_member_link {
background: $color-shade-dark;
color: $base-font-color;
}

a.c-member_slug,
.c-member_slug--link,
.c-mrkdwn__subteam--link {
Expand Down

0 comments on commit 00cca9b

Please sign in to comment.