mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
* Migrate various components from NgStyle to style bindings * Update changelogpull/6853/merge
committed by
GitHub
16 changed files with 20 additions and 35 deletions
@ -1,7 +1,7 @@ |
|||||
<a |
<a |
||||
class="align-items-center d-flex" |
class="align-items-center d-flex" |
||||
title="Upgrade to Ghostfolio Premium" |
title="Upgrade to Ghostfolio Premium" |
||||
[ngStyle]="{ 'pointer-events': enableLink ? 'initial' : 'none' }" |
|
||||
[routerLink]="routerLinkPricing" |
[routerLink]="routerLinkPricing" |
||||
|
[style.pointer-events]="enableLink ? 'initial' : 'none'" |
||||
><ion-icon class="text-muted" name="diamond-outline" |
><ion-icon class="text-muted" name="diamond-outline" |
||||
/></a> |
/></a> |
||||
|
|||||
Loading…
Reference in new issue