From c3d16857761767ec72b83cd4cafe8f87b7cc4cb2 Mon Sep 17 00:00:00 2001 From: brunnermanu Date: Tue, 2 Jun 2020 14:44:56 +0200 Subject: [PATCH] add Leafletbutton styles --- src/app/pages/maps/leaflet/leaflet.component.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/pages/maps/leaflet/leaflet.component.scss b/src/app/pages/maps/leaflet/leaflet.component.scss index 253a4471..ec555138 100644 --- a/src/app/pages/maps/leaflet/leaflet.component.scss +++ b/src/app/pages/maps/leaflet/leaflet.component.scss @@ -5,7 +5,9 @@ nb-card-body { padding: 0; } - + ::ng-deep .leaflet-control-zoom a { + text-decoration: none; + } ::ng-deep .leaflet-top, ::ng-deep .leaflet-bottom { z-index: 997; }