Ensure that the spinner should be visible on the browser tree on node refresh. #5122

This commit is contained in:
Nikhil Mohite
2022-10-20 16:23:18 +05:30
committed by GitHub
parent b4fcb61d64
commit 80f897a513
2 changed files with 2 additions and 5 deletions

View File

@@ -131,14 +131,11 @@
transform: none !important;
}
&.loading:before {
font-weight: 900;
font-size: 0.6rem;
line-height: 2;
content: '' !important;
font-family: $font-family-icon;
margin-left: 5px;
border-style: none;
background: $loader-icon-small 0 0 no-repeat;
background-position: center !important;
}
}
}