Skip to content

Commit

Permalink
Corrected styles for highlighted messages
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Jan 30, 2016
1 parent acfc844 commit 42d0efd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions scss/modules/messaging/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ ts-message {
}

&.highlight {
background: rgba($color-red, 0.75);
background: rgba($color-red, 0.4);

&:hover {
background: rgba($color-shade-darkest, 0.15);
background: rgba($color-red, 0.4);
}
}

Expand Down Expand Up @@ -124,8 +124,7 @@ ts-message {
color: $color-highlight;
}

.mention,
&.highlight {
.mention {
background: $color-shade-light;
border: 1px solid $color-shade-lightest;
border-radius: 3px;
Expand Down

0 comments on commit 42d0efd

Please sign in to comment.