Merge pull request #24645 from prssanna/hub-image
fix: broken image style
diff --git a/erpnext/public/less/hub.less b/erpnext/public/less/hub.less
index 8cb7a9c..c08121f 100644
--- a/erpnext/public/less/hub.less
+++ b/erpnext/public/less/hub.less
@@ -32,7 +32,13 @@
}
.hub-image-loading, .hub-image-broken {
- .img-background();
+ content: " ";
+ display: block;
+ position: absolute;
+ left: 0;
+ height: 100%;
+ width: 100%;
+ background-color: var(--bg-light-gray);
display: flex;
align-items: center;
justify-content: center;