Skip to content

Commit 97cc262

Browse files
committed
bgColor
1 parent 0513e3e commit 97cc262

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

services/static-webserver/client/source/class/osparc/service/ServiceListItem.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ qx.Class.define("osparc.service.ServiceListItem", {
3535
}
3636

3737
this.subscribeToFilterGroup("serviceCatalog");
38+
39+
this.bind("selected", this, "backgroundColor", {
40+
converter: selected => selected ? "strong-main" : "info"
41+
});
3842
},
3943

4044
properties: {

0 commit comments

Comments
 (0)