Skip to content

Commit

Permalink
Hide thread pane loading images
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Feb 12, 2017
1 parent a6afec7 commit 74a346b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions scss/modules/messaging/_threads.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@
color: $base-font-color;
}
}

&.loading {
background: none;

&::before {
color: $base-font-color;
}
}
}

#threads_view_banner.messages_banner {
Expand Down Expand Up @@ -89,3 +97,7 @@ ts-thread {
ts-thread .thread_participants {
color: $color-highlight;
}

#convo_loading_indicator {
background-image: none;
}

0 comments on commit 74a346b

Please sign in to comment.