Skip to content

Commit

Permalink
Add emoji button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Jan 19, 2017
1 parent c130bd4 commit e616881
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions scss/modules/inputs/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ textarea {
}
}

.btn_link,
.btn-link {
color: $base-link-color;

Expand Down
6 changes: 6 additions & 0 deletions scss/modules/inputs/_messaging.scss
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,9 @@
#special_formatting_text {
color: $color-highlight;
}

#msg_form .emo_menu,
#message_edit_form .emo_menu,
.inline_message_input_container .emo_menu {
color: rgba($base-font-color, 0.35);
}

0 comments on commit e616881

Please sign in to comment.