UWMadisonUcomm / uw-ui-toolkit

A web front-end toolkit based on Bootstrap for designing and developing modern, mobile-first websites for the University of Wisconsin-Madison
Apache License 2.0
16 stars 15 forks source link

Unset CSS filters in IE for examples #57

Closed jnweaver closed 9 years ago

jnweaver commented 9 years ago

Either override everywhere we're undoing gradients in the example CSS with filter: none as needed or use our own bg-gradient mixin that does not set an IE filter to begin with.

plweil commented 9 years ago

Agree; I'd probably go with the latter, if the gradients are similar enough. At least some, if not all, of these filters originate in BS (mixins.less).

jnweaver commented 9 years ago

Unset filters for now (46064cfdc39f6c2fd31efe68ea8fef17f29100fa); maybe we'll write our own bg-gradient at some point.