Skip to content

Commit 56fa881

Browse files
committed
trash icon
1 parent a8ca793 commit 56fa881

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

services/static-webserver/client/source/class/osparc/dashboard/ResourceFilter.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ qx.Class.define("osparc.dashboard.ResourceFilter", {
106106
value: false,
107107
appearance: "filter-toggle-button",
108108
label: this.tr("Trash"),
109-
icon: "@FontAwesome5Solid/trash/16",
110109
paddingLeft: 10, // align it with the context
111110
});
112111
trashButton.addListener("changeValue", e => {
@@ -198,7 +197,7 @@ qx.Class.define("osparc.dashboard.ResourceFilter", {
198197

199198
setTrashEmpty: function(isEmpty) {
200199
this.__trashButton.set({
201-
textColor: isEmpty ? "text" : "danger-red"
200+
icon: isEmpty ? "@FontAwesome5Solid/trash/16" : "@FontAwesome5Solid/trash-alt/16"
202201
});
203202
},
204203
/* /TRASH BIN */

0 commit comments

Comments
 (0)