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

undesired outline of the hidden select field with twitter bootstrap and chrome #247

Closed
jm-style opened this issue Sep 25, 2015 · 3 comments

Comments

@jm-style
Copy link

onfocus first click:
bug1

click again:
bug2

I've tried modify css as below but nothing works...

select [multiple]:focus, select [multiple]{
border:0!important;
outline: 0!important;
-webkit-box-shadow: none!important;
box-shadow: none!important;
}

@wenzhixin
Copy link
Owner

@jm-style
Copy link
Author

Yes but this solution completely loses the twitter bootstap's border effect on focus...
Finally it was only specify a padding = 0 on .ms-parent element: http://jsfiddle.net/knbdm5hu/9/

@wenzhixin
Copy link
Owner

👍

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