[hub] Favourites UI
- remove from listing
- add to favourites
diff --git a/erpnext/public/less/hub.less b/erpnext/public/less/hub.less
index 7ac1684..51fe340 100644
--- a/erpnext/public/less/hub.less
+++ b/erpnext/public/less/hub.less
@@ -68,6 +68,18 @@
 		&:hover .hub-card-overlay {
 			display: block;
 		}
+
+		.octicon-x {
+			display: none;
+			margin-left: 10px;
+			font-size: 20px;
+		}
+	}
+
+	.hub-card.closable {
+		.octicon-x {
+			display: block;
+		}
 	}
 
 	.hub-card.is-local {