Skip to content

Commit f622817

Browse files
committed
fix(loading): reduce memory usage by innactive loading spinner Closes #3454
1 parent 9a46e11 commit f622817

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: scss/_loading.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
visibility: hidden;
2222
opacity: 0;
2323

24-
&:not(.visible) .icon {
24+
&:not(.visible) .icon,
25+
&:not(.visible) .spinner{
2526
display: none;
2627
}
2728
&.visible {

0 commit comments

Comments
 (0)