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

bootstrap3: Remove border-left for select2-arrow #36

Closed
justinvoelker opened this issue Apr 8, 2014 · 2 comments
Closed

bootstrap3: Remove border-left for select2-arrow #36

justinvoelker opened this issue Apr 8, 2014 · 2 comments

Comments

@justinvoelker
Copy link

For Bootstrap3 branch, suggestion to remove left border that appears between the select and the arrow when the select dropdown is collapsed. It disappears when the select is opened anyway and it is not found in the bootstrap select element.

@justinvoelker justinvoelker changed the title Remove border-left for select2-arrow Remove border-left for select2-arrow (bootstrap branch) Apr 8, 2014
@fk
Copy link
Collaborator

fk commented Aug 16, 2014

Hi @justinvoelker! A valid suggestion. @t0m also chose to do just that for the original Bootstrap 2 version.

Bootstrap's CSS for a plain <select> does not seem to alter the "arrow-down" appearance – but they pick the border-less route for their dropdowns:

Chrome:
image

IE10:
image

Firefox:
image

Bootstrap 3 Dropdowns:
image


select2-bootstrap.css#bootstrap3 now:
image

… and without the border:
image

I like the minimal approach – even if I also tend to think that without the border to its left, the arrow-down icon could be a little more prominent now – but I'd rather not have this project handle an alternate image-sprite to replace the original Select2 version. ;)

If you'd like to see the border removed, please +1 this issue.

@fk fk changed the title Remove border-left for select2-arrow (bootstrap branch) bootstrap3: Remove border-left for select2-arrow Aug 17, 2014
@fk fk added the bootstrap3 label Aug 17, 2014
fk pushed a commit to fk/select2-bootstrap-css that referenced this issue Nov 26, 2014
@fk fk mentioned this issue Nov 27, 2014
@fk
Copy link
Collaborator

fk commented Nov 27, 2014

Fixed in bootstrap3 v1.4.2.

@fk fk closed this as completed Nov 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants