diff --git a/web/package.json b/web/package.json index 827c4a607..11effc29a 100644 --- a/web/package.json +++ b/web/package.json @@ -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", diff --git a/web/pgadmin/static/scss/_pgadmin4-tree.overrides.scss b/web/pgadmin/static/scss/_pgadmin4-tree.overrides.scss index 7f43f1e3f..188c1d857 100644 --- a/web/pgadmin/static/scss/_pgadmin4-tree.overrides.scss +++ b/web/pgadmin/static/scss/_pgadmin4-tree.overrides.scss @@ -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; } } }