Bootstrap conflicts with angular material

Issue #388 resolved
Brian Lewis repo owner created an issue

Bootstrap CSS interferes with angular material.

In particular, <label> is bold in bootstrap, and this means that labels and placeholders are bold inside

<md-input-controller>

which they should not be.

Add a CSS definition for

md-input-controller label{
}

to fix this.

Comments (2)

  1. Ghislain Hachey

    We will sort this out soon, hopefully before the end of the year. We'll do a final push to get rid of all old bootstrap and forza theme and completely materialize the UI. I may take this one myself.

  2. Log in to comment