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

.myuw .rounded bugged for buttons #93

Closed timlevett closed 8 years ago

timlevett commented 8 years ago

If you add .rounded to a .btn, the button radius of 4px trumps .rounded. Add !important to .rounded?

jhanstra commented 8 years ago

Yea, I think !important is the best way to do this. Changing.

jhanstra commented 8 years ago

Should be fixed now.

timlevett commented 8 years ago

@jhanstra which PR was this fixed in?

timlevett commented 8 years ago

nm, found the commit df84fd4