Skip to content

Commit

Permalink
Correct flexpane meta styles
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Oct 9, 2017
1 parent 42d28fc commit 7ce6956
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions scss/modules/flexpane/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,7 @@
.msg_right_link {
color: $base-link-color;
}

.message_location_label {
color: $color-highlight;
}
2 changes: 1 addition & 1 deletion scss/modules/flexpane/_threads.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
color: $base-font-color;

ts-icon.ts_icon_question_circle {
color: $color-highlight;
color: $color-highlight !important;
}
}

Expand Down

0 comments on commit 7ce6956

Please sign in to comment.