Skip to content

Commit

Permalink
Improved divider labels
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Dec 6, 2015
1 parent cdc6eda commit 72f231c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scss/modules/messaging/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,8 @@ ts-message {
}

.divider_label {
background: $color-red;
color: $base-font-color;
padding: 3px;
background: $color-base;
color: $color-red;
}

&.no_unreads {
Expand All @@ -233,7 +232,6 @@ ts-message {
}

.divider_label {
background: $color-shade-light;
color: $color-highlight;
}
}
Expand Down

0 comments on commit 72f231c

Please sign in to comment.