Skip to content

Commit

Permalink
Update message select styles
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Jan 19, 2017
1 parent 6f9571f commit e437719
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions scss/modules/messaging/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,14 @@ ts-message {

&.selected {
background: $color-base;
border-bottom: 6px solid $color-shade-dark;
border-top: 6px solid $color-shade-dark;

&:hover {
&:not(.delete_mode) {
background: $color-base;
}

&:hover {
background: $color-shadow-light;
}
}

.meta {
Expand Down

0 comments on commit e437719

Please sign in to comment.