imathis / fancy-buttons

Fancy CSS Buttons using Compass
http://brandonmathis.com/projects/fancy-buttons/
819 stars 55 forks source link

Added support for .active #21

Closed STRd6 closed 13 years ago

STRd6 commented 13 years ago

I think that adding the ability to toggle buttons with an active state is helpful for when the buttons are used in a manner similar to radio buttons.

If there is a better way to accomplish this, let me know.

imathis commented 13 years ago

Good catch, this is a very nice idea. One thing that concerns me is that it will increase the css output a lot. I'm going to be making some major changes to fancy-buttons with the Compass 0.11 update. I'll give a go at adding support for arbitrary classnames on any state. Thanks for the idea. I'll let you know when I have something on this.