1
0
Fork 0
forked from lthn/blockchain

add disabled btn setting_wallet (#257)

This commit is contained in:
Nazar 2020-12-03 17:45:11 +02:00 committed by GitHub
parent d54c4f6237
commit bbd4cd5e04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 1 deletions

View file

@ -18,6 +18,14 @@ app-wallet {
background-color: themed(blueTextColor);
}
}
&:disabled {
background-color: transparent !important;
.icon {
@include themify($themes) {
background-color: themed(accountOptionalTextColor);
}
}
}
}
.alias {

View file

@ -16,7 +16,7 @@
</div>
</div>
<div>
<button [routerLink]="['/details']" routerLinkActive="active" tooltip="{{ 'WALLET.TOOLTIPS.SETTINGS' | translate }}" placement="left" tooltipClass="table-tooltip account-tooltip" [delay]="500" [timeDelay]="500">
<button [routerLink]="['/details']" routerLinkActive="active" tooltip="{{ 'WALLET.TOOLTIPS.SETTINGS' | translate }}" placement="left" tooltipClass="table-tooltip account-tooltip" [delay]="500" [timeDelay]="500" [disabled]="variablesService.daemon_state !== 2">
<i class="icon details"></i>
</button>
</div>

View file

@ -18,6 +18,14 @@ app-wallet {
background-color: themed(blueTextColor);
}
}
&:disabled {
background-color: transparent !important;
.icon {
@include themify($themes) {
background-color: themed(accountOptionalTextColor);
}
}
}
}
.alias {