gmostert / ng2-breadcrumb

This is an angular 2 component that creates a breadcrumb trail. It hooks into the angular2/router, to dynamically build up the crumb trail once a component is routed to.
MIT License
102 stars 80 forks source link

Remove breadcrumb css style override #34

Closed ricardoccpaiva closed 7 years ago

ricardoccpaiva commented 7 years ago

Since this component uses twitter bootstrap for styling there is no need to have explicit css inside this component which causes this to happen and apparently there is no way to avoid it.

Default Twitter Bootstrap style :

screen shot 2016-12-07 at 13 32 09

Default ng2-breadcrumb generated style

screen shot 2016-12-07 at 13 31 39

Feel free to modify this PR o close it if you don't agree with the solution 👍 Best regards.

ricardoccpaiva commented 7 years ago

Hi @gmostert, will this be automatically published to npmjs?

gmostert commented 7 years ago

Nope, I had to bump the version and manually publish it. So 0.5.0 contains these changes and now sits in npm.

ricardoccpaiva commented 7 years ago

Awesome :D thanks