Skip to content

Commit

Permalink
Add style for message mentions button
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Oct 8, 2017
1 parent 84433eb commit ad4152f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions scss/modules/inputs/_messaging.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,12 @@
color: $base-font-color;
}

.msg_mentions_button:hover {
color: $base-font-color;
.msg_mentions_button {
color: $color-highlight;

&:hover {
color: $base-font-color;
}
}
}

Expand Down

0 comments on commit ad4152f

Please sign in to comment.