From 74a346b7d601b531f0d3be3fa2c374610014cfac Mon Sep 17 00:00:00 2001 From: Jonathan la Cour Date: Sun, 12 Feb 2017 16:08:58 -0700 Subject: [PATCH] Hide thread pane loading images --- scss/modules/messaging/_threads.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/scss/modules/messaging/_threads.scss b/scss/modules/messaging/_threads.scss index 15bf7a05..02a370cf 100644 --- a/scss/modules/messaging/_threads.scss +++ b/scss/modules/messaging/_threads.scss @@ -19,6 +19,14 @@ color: $base-font-color; } } + + &.loading { + background: none; + + &::before { + color: $base-font-color; + } + } } #threads_view_banner.messages_banner { @@ -89,3 +97,7 @@ ts-thread { ts-thread .thread_participants { color: $color-highlight; } + +#convo_loading_indicator { + background-image: none; +}