Skip to content

Commit

Permalink
Add styles for starred messages flexpane timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Oct 9, 2017
1 parent 3847213 commit 808a138
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scss/modules/flexpane/_starred.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.tab_container .star_item {
.message .timestamp,
ts-message .timestamp {
color: $color-highlight;
}
}
1 change: 1 addition & 0 deletions scss/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
@import "modules/flexpane/reactions";
@import "modules/flexpane/search";
@import "modules/flexpane/shortcuts";
@import "modules/flexpane/starred";
@import "modules/flexpane/team";
@import "modules/flexpane/threads";
@import "modules/flexpane/whats-new";
Expand Down

0 comments on commit 808a138

Please sign in to comment.