daxko / design

http://daxko.github.io/design
0 stars 1 forks source link

Adjust contrast for button groups when one is depressed #9

Closed willsansbury closed 9 years ago

willsansbury commented 9 years ago

Make it clear which one is "pressed." Consider darker grey bg so contrast is strong.

scurker commented 9 years ago

Playing around with the visual contrast on active buttons:

Original Buttons original-btn

Darker Buttons darker-btn

The darker color is set on the active state with background-color: darken($btn-color, 10%);

Do we feel like there needs to be even more visual contrast with this?

We will need to keep in mind that we'll also have to adjust the active state for .btn-primary and .btn-danger if we add an additional background color to active buttons.