Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Button focus not consistent in button groups #53

Closed
ejschladweiler opened this issue Mar 25, 2015 · 0 comments · Fixed by #104
Closed

Button focus not consistent in button groups #53

ejschladweiler opened this issue Mar 25, 2015 · 0 comments · Fixed by #104
Milestone

Comments

@ejschladweiler
Copy link

Second, third, etc buttons in button groups don't get the outer box shadow on focus.

Can be fixed with

&:focus {
  box-shadow: 0 0 5px rgba(81,167,232,0.5), inset 1px 0 0 rgba(255,255,255,0.2);
}

before the

&:active,
&.selected {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);
}

in the _buttons.scss file (line 315ish).

@mdo mdo added the bug label Mar 26, 2015
@mdo mdo modified the milestones: v2.0.3, v2.0.4 Mar 26, 2015
mdo added a commit that referenced this issue Apr 15, 2015
@mdo mdo mentioned this issue Apr 15, 2015
@mdo mdo closed this as completed in #104 Apr 15, 2015
@mdo mdo mentioned this issue Apr 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants