Skip to content

Commit

Permalink
Correct styles for direct messages modal
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Sep 15, 2017
1 parent 2993d76 commit 8984079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/modules/modals/_direct-messages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

#im_list_container:not(.keyboard_active).not_scrolling .im_browser_row:hover,
.im_browser_row.highlighted {
background: $color-shade-darkest;
border: 1px solid $color-shade-light;
background: $color-shade-darkest !important;
border: 1px solid $color-shade-light !important;
}
}

Expand Down

0 comments on commit 8984079

Please sign in to comment.