Skip to content

Commit

Permalink
Improve styles for day dividers
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Feb 18, 2017
1 parent 300caf4 commit 3527b00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion scss/modules/header/_day-divider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}

&.unread_day_container .day_msgs {
border-color: $color-red;
border-color: $color-shade-lightest;
}

.day_divider {
Expand Down
8 changes: 2 additions & 6 deletions scss/modules/messaging/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -221,12 +221,12 @@ ts-message {
#msgs_div {
.unread_divider {
hr {
border-top: 1px solid $color-red;
border-top: 1px solid $color-shade-light;
}

.divider_label {
background: $color-base;
color: $color-red;
color: $color-shade-light;
}

&.no_unreads {
Expand All @@ -238,10 +238,6 @@ ts-message {
color: $color-highlight;
}
}

&.adjacent_to_date {
background: $color-base;
}
}

ts-message.automated_grey {
Expand Down

0 comments on commit 3527b00

Please sign in to comment.