Skip to content

Commit df63f4e

Browse files
committed
minor
1 parent 9353741 commit df63f4e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

services/static-webserver/client/source/class/osparc/desktop/wallets/WalletListItem.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ qx.Class.define("osparc.desktop.wallets.WalletListItem", {
2929
layout.setColumnAlign(creditsCol, "right", "middle");
3030

3131
this.__buildLayout();
32+
33+
this.set({
34+
backgroundColor: "transparent",
35+
cursor: "default",
36+
});
3237
},
3338

3439
properties: {

services/static-webserver/client/source/class/osparc/desktop/wallets/WalletsList.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,6 @@ qx.Class.define("osparc.desktop.wallets.WalletsList", {
115115
ctrl.bindProperty("autoRecharge", "autoRecharge", null, item, id);
116116
},
117117
configureItem: item => {
118-
item.set({
119-
cursor: "default",
120-
});
121118
item.subscribeToFilterGroup("walletsList");
122119
item.addListener("openEditWallet", e => this.__openEditWallet(e.getData()));
123120
item.addListener("openShareWallet", e => this.__walletSelected(e.getData()));

0 commit comments

Comments
 (0)