willinteractive / will-style

WILL styles for webapps.
0 stars 0 forks source link

Should be able to add class to Modal m.close_button #48

Closed chorn99 closed 9 years ago

chorn99 commented 9 years ago

Or it's not declared properly because I get this:

<a class="button {:class=>"secondary"} reveal-close " data-no-turbolinks="true" href="#">Cancel</a>
dillonlucente commented 9 years ago

Whoops, should be good now.

chorn99 commented 9 years ago

It's always adding a class of .warning

<a class="button warning reveal-close secondary" data-no-turbolinks="true" href="#">Cancel</a>
dillonlucente commented 9 years ago

I can remove the button type property.