Skip to content
Snippets Groups Projects
Commit f56c5ce8 authored by fsdavid's avatar fsdavid
Browse files

Make cursor pointer on sidebar expansion panel clickable lists

parent 99f3cd1c
No related branches found
No related tags found
No related merge requests found
......@@ -341,7 +341,7 @@
<ng-template #exploreInOtherTmpl>
<mat-card *ngFor="let sameRegion of regionInOtherTemplates"
class="p-0 border-0 box-shadow-none mt-1 tb-1 cursor-default"
class="p-0 border-0 box-shadow-none mt-1 tb-1 cursor-pointer"
(click)="iavRegion.changeView(sameRegion)"
[matTooltip]="sameRegion.template.name + (sameRegion.hemisphere ? (' - ' + sameRegion.hemisphere) : '')"
mat-ripple>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment