Skip to content

Commit

Permalink
AUS-4167 Minor inconsistent styling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunlong Li committed Jun 19, 2024
1 parent f02eb37 commit 51de2a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<!-- Info button -->
<!-- <button (click)="displayRecordInformation(layer)" type="button" class="btn-info" title="Information" [ngClass]="{'active': getUILayerModel(layer.id)?.tabpanel.filterpanel.expanded}">Info</button> -->
<div class="rh_info">
<button (click)="displayRecordInformation(layer)" class="btn-info" title="Information" [ngClass]="{'active': getUILayerModel(layer.id) && getUILayerModel(layer.id).tabpanel.infopanel.expanded}">Info</button>
<button (click)="displayRecordInformation(layer)" type="button" class="btn-info" title="Information" [ngClass]="{'active': getUILayerModel(layer.id)?.tabpanel.infopanel.expanded}">Info</button>
</div>
</div>
</div>
Expand Down

0 comments on commit 51de2a7

Please sign in to comment.