spinnaker/deck-kayenta

Icons are broken with styleguide css

Closed this issue · 0 comments

Many of the components we pull from deck/core use span tags for icons -

<span class="glyphicon glyphicon-something"></span>

or

<span class="fa fa-something"></span>

The styleguide's css rules break this:

https://github.com/spinnaker/deck/blob/master/app/scripts/modules/core/src/styleguide/src/styles/typography.css#L157-L159