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

Real input-group styling support #54

Merged
merged 2 commits into from
Mar 30, 2017
Merged

Real input-group styling support #54

merged 2 commits into from
Mar 30, 2017

Conversation

odahcam
Copy link
Contributor

@odahcam odahcam commented Oct 30, 2016

These changes will provide input-group styling support without extra trash classes.

These will provide input-group styling support without extra trash classes.
@fk fk added this to the 0.1.0-beta.10 milestone Mar 29, 2017
@fk fk merged commit fa2023b into select2:master Mar 30, 2017
fk pushed a commit that referenced this pull request Mar 30, 2017
* merge pull request #54 by @odahcam (and fix it: `:first-child/:not(:first-child)/:last-child` won’t play nice in our case; we have to take the original <select> (with `.select2-hidden-accessible` applied) into account): Select2’s border-radii now are correctly styled in Bootstrap’s “Input Groups” without the need for helper classes (`.select2-bootstrap-append`, `.select2-bootstrap-prepend`)
* fix #63: cursor position of multiselect in RTL state is in incorrect position
* fix #20: Select2 inside inline form does not fall back to 'display: block' when resizing window to "extra small"

* compile with grunt-sass v2.0.0 (was v1.2.1)
* add new Sass/Less variable $s2bs-btn-default-color/@s2bs-btn-default-color – defaults to Bootstrap’s $btn-default-color

* docs:
  * update AnchorJS to v3.2.2 (was v3.2.1)
  * fix layout for mobile devices (add `meta name="viewport" content="width=device-width, initial-scale=1"`)

* package.json:
  * fix `license`-related npm 2.x “SPDX” warning: for npm 2.x and according to https://docs.npmjs.com/files/package.json#license
  * add `bugs`
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