Skip to content

Commit

Permalink
fix(loading): reduce memory usage by innactive loading spinner Closes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygovier committed Jun 11, 2015
1 parent 9a46e11 commit f622817
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scss/_loading.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
visibility: hidden;
opacity: 0;

&:not(.visible) .icon {
&:not(.visible) .icon,
&:not(.visible) .spinner{
display: none;
}
&.visible {
Expand Down

0 comments on commit f622817

Please sign in to comment.