css class to mark a button of a button group as active?
clement911 opened this issue · 2 comments
I see a css rule for &active but shouldn't there be a similar rule for .active?
Or is the idea that it should be marked as .primary once the user selects it?
@clement911 no, there isn't a .active class for buttons. The:active state gives buttons a "pressed" visual but is not meant to remain afterward.
What you're describing sounds more like tabs than buttons.
I see.
I guess I'm used to bootstrap where the button group can also be used as
fancy radio button.
On 3 Sep 2016 08:25, "Ryan ODonnell" notifications@github.com wrote:
@clement911 https://github.com/clement911 no, there isn't a .active
class for buttons. The:active state gives buttons a "pressed" visual but is
not meant to remain afterward.What you're describing sounds more like tabs than buttons.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#1 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ADRIyN3FFjjacI-4_Z_5Wzpdk-0Am6JQks5qmKJogaJpZM4JzjeC
.