hggeorgiev / ng2-breadcrumbs

A breadcrumb service for the Angular 7 router
MIT License
60 stars 35 forks source link

Remove breadcrumb styles #9

Open Bidthedog opened 6 years ago

Bidthedog commented 6 years ago

The default styles defined here currently override the bootstrap defaults, therefore the allowBootstrap directive doesn't work consistently - i.e. <breadcrumb [allowBootstrap]="true"></breadcrumb> results in this:

ng4-bootstrap-style2

Instead of this (the bootstrap default):

ng4-bootstrap-style1

i.e. an enforced white background (regardless of the allowBootstrap directive) and overridden padding / margins.

Suggest removing all bootstrap overrides when allowBootstrap is true and let the implementer override bootstrap styles if they wish.

hggeorgiev commented 6 years ago

@Taulantdisha