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:
parent
b4fcb61d64
commit
80f897a513
@ -138,7 +138,7 @@
|
||||
"path-fx": "^2.0.0",
|
||||
"pathfinding": "^0.4.18",
|
||||
"paths-js": "^0.4.9",
|
||||
"pgadmin4-tree": "git+https://github.com/EnterpriseDB/pgadmin4-treeview/#07cc449e1d89ecc8cce3679d8cff5a35f1db67ee",
|
||||
"pgadmin4-tree": "git+https://github.com/EnterpriseDB/pgadmin4-treeview/#96ceb7f27f43660a804e61d23a76aeb9aa188bb6",
|
||||
"postcss": "^8.2.15",
|
||||
"raf": "^3.4.1",
|
||||
"rc-dock": "^3.2.9",
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user