Skip to content

Commit

Permalink
Improve (edited) styles
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Sep 15, 2017
1 parent a0a5ab8 commit 4bbb17e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion scss/modules/messaging/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,18 @@ ts-message {
color: $base-link-color;
}

.edited,
.temp_msg_controls {
color: $color-highlight;
}

.edited {
color: rgba($color-highlight, 0.8);
}

&:hover .edited {
color: $color-highlight;
}

.only_visible_to_user {
color: $color-highlight;
}
Expand Down

0 comments on commit 4bbb17e

Please sign in to comment.