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

[2.0-wip] Adding contrast color for the focus #2010

Closed
wants to merge 1 commit into from
Closed

[2.0-wip] Adding contrast color for the focus #2010

wants to merge 1 commit into from

Conversation

benjaminach
Copy link

Hello,

Here is a fix to see the outline when a button is focus :

// Adding contrast color for the focus
.btn-primary:focus,
.btn-warning:focus,
.btn-danger:focus,
.btn-success:focus,
.btn-info:focus{
outline-color : #333;
}

@mdo
Copy link
Member

mdo commented Feb 17, 2012

Resolved this elsewhere for Firefox—noticed all colored buttons weren't getting the proper outline. Thanks!

@mdo mdo closed this Feb 17, 2012
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 this pull request may close these issues.

2 participants