Skip to content

Commit

Permalink
refactor(marker): remove old css hack (now fixed in mapbox-gl) (close #…
Browse files Browse the repository at this point in the history
…114)

BREAKING CHANGE:

You may be affected by this change, if you use html markers with custom css.
  • Loading branch information
Wykks committed Jul 3, 2019
1 parent 1b8e2ea commit 9864932
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions projects/ngx-mapbox-gl/src/lib/marker/marker.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ import { MapService } from '../map/map.service';
@Component({
selector: 'mgl-marker',
template: '<div #content><ng-content></ng-content></div>',
styles: [`
.mapboxgl-marker {
line-height: 0;
}
`],
encapsulation: ViewEncapsulation.None,
changeDetection: ChangeDetectionStrategy.OnPush
})
Expand Down

0 comments on commit 9864932

Please sign in to comment.