stop rendering spinner in composer for now

This commit is contained in:
Jeff Atwood 2014-12-23 23:44:21 -08:00
parent b69832cf66
commit 1e29f6cbe9
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,13 @@
{{#if visible}}
{{!--
note this spinner is NEVER turned "off" when the composer is open
so I'm going to stop rendering it until we figure out what's up
<div class='composer-loading'>
{{loading-spinner}}
</div>
--}}
<div class='contents'>

View File

@ -136,13 +136,7 @@ div.ac-wrap {
#reply-control {
.composer-loading {
position: absolute;
left: 45%;
left: 48%;
top: 20%;
}
&.composer-loading {
.spinner {
z-index: 1000;
@include visible;
}
}
}