DmitryEfimenko / TwitterBootstrapMvc

Fluent implementation of ASP.NET-MVC HTML helpers for Twitter Bootstrap.
Apache License 2.0
222 stars 79 forks source link

ActionLink defaults with btn-default class #366

Closed profnimrod closed 9 years ago

profnimrod commented 9 years ago

I upgraded to 3.14.3 today and ActionLinks in navbar with navbar-inverse class appear gray instead of black. It looks like the ActionLinks now default with btn-default class. If I remove this class with JavaScript everything appears correctly. Am I doing something wrong? Or is this a real bug?

@nav.Link(" Home","#").Id("homeNav").Class("portalNav")

DmitryEfimenko commented 9 years ago

Yes, that was a bug. Thanks for pointing it out. It's fixed in latest.

profnimrod commented 9 years ago

Thanks for dealing with it so quickly Dmitry... great library BTW!