mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure that the spinner should be visible on the browser tree on node refresh. #5122
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user