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

Shadow color for 'is-danger' inputs #153

Closed
antimatter96 opened this issue Mar 3, 2017 · 4 comments
Closed

Shadow color for 'is-danger' inputs #153

antimatter96 opened this issue Mar 3, 2017 · 4 comments

Comments

@antimatter96
Copy link

If we apply a is-danger class to an input then on focus is leads to a black shadow around a red border
qa

@antimatter96
Copy link
Author

I propose the following addition

.is-danger:focus{
   box-shadow: 0 0 0 0.2rem rgba(232, 86, 0, .15);
}

leading to

qqqaaa

@picturepan2
Copy link
Owner

picturepan2 commented Mar 3, 2017

I will fix it soon. Thank you.

@picturepan2
Copy link
Owner

@antimatter96 Fixed in #155 for both success and danger focus colors. Thank you.

@picturepan2
Copy link
Owner

Ah wait. I will fix that bug with form-select in next version.

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

No branches or pull requests

2 participants