Style map controls as buttons
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div class="rounded-circle layer-switcher" (click)="handleClick($event)">
|
||||
<div class="btn btn-outline-secondary layer-switcher" (click)="handleClick($event)">
|
||||
<i class="fa fa-map-o"></i>
|
||||
<div class="layers hidden" [ngClass]="{'hidden':!(showLayerSwitcher|async)}" (click)="$event.stopPropagation();">
|
||||
<div class="card layers-card m-1">
|
||||
|
Reference in New Issue
Block a user