aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-03-13Variable transition durations (#25662)Martijn Cuppens11-67/+168
2018-03-13Clarify the necessary `data-target`/`href` attribute for carousel controls ↵Stephen Beemsterboer1-1/+1
(#25690)
2018-03-12Use bugify without custom Jekyll plugin (#25334)m5o3-33/+48
2018-03-12callout.html: drop whitespace and better usage comment.XhmikosR1-3/+7
2018-03-12Use callout without custom Jekyll plugin.m5o30-118/+110
2018-03-12Rename `.custom-file-control` to `.custom-file-label` (#25736)ysds1-2/+2
2018-03-12Add basic position to dropup/right/left and dropdown-menu-right (#25400)ysds2-13/+29
2018-03-12Disable link functionality on disabled `btn-link` (#25645)Peter Etelej1-0/+1
Future-proof disabling of clicks on disabled `btn-link`. Fixes #25639 ensuring consistency between `btn-link` `<button>`s and `<a>`s when disabled.
2018-03-12Fix examples' issues #25664 and #25388 (#25665)ysds4-12/+3
* Prevent sign-in form from going outside viewport (#25388) * Workaround IE centering bug
2018-03-12Replace "loose" HEX values with their respective variables (#25672)Jacob Müller9-19/+20
2018-03-12Clean shell scripts (#25704)Léo Andrès2-29/+29
2018-03-12Allow customization of breadcrumb border radius (#25807)Alexander Hjorth2-1/+3
2018-03-12Fix caret alignment (#25719)ysds2-1/+8
2018-03-12re-use gray for bd-example border / background (#25751)m5o1-2/+2
2018-03-12Collapse with flex elements - simple approach (#25806)Martijn Cuppens1-18/+4
* #22600: prevent display:block for visible content * allow transition for elements with show class
2018-03-12Fix #25813 by adding extra columns to tableVarunram1-0/+12
2018-03-08add Icons8 to icon options (#25763)m5o1-0/+1
[Icons8](https://icons8.com/) is a great resource for icons. They provide 15 different icon styles, exportable as fonts or svg
2018-03-08style: align some vars (#25785)Catalin Zalog1-38/+38
2018-03-08Update webpack.mdRobert Martin1-3/+3
Minor edits for style and consistency
2018-03-06Add a bit of documentation on how to run the code coverage (#25783)Johann-S1-5/+9
2018-03-05add code coverageJohann-S5-346/+766
2018-03-05Update devDependencies and gems. (#25708)XhmikosR3-1192/+1570
2018-03-04Update blockquote migration docs to reflect #22949Mark Otto1-1/+1
Fixes #25669, closes #25779.
2018-03-04Fix #25746Mark Otto1-2/+2
2018-03-03distMark Otto17-19/+16
2018-03-03Adding a variable to handle the change of a modals border-radius. (#25691)Adam Kolinski2-2/+3
2018-03-03Replace img-fluid by w-100 to conform with HTMLIsma1-1/+1
2018-03-03Fix leftover reference to v4.0.0-alpha.6Ed Morley1-1/+1
Running `./build/change-version.js v4.0.0-alpha.6 v4.0.0` fixed this, so the version change script works fine. I'm presuming instead this change was just omitted from 35f80bb12e4e, and then wouldn't have been caught by subsequent runs of `change-version`, since it only ever replaces the exact old version string specified.
2018-03-01display on xl viewportJos Maissan1-1/+1
See issue #25711
2018-03-02docs skippy partial (#25750)m5o4-15/+8
* load skippy markup from includes
2018-02-25Remove unused variable (#25670)Martijn Cuppens1-1/+0
This variable is not used anywhere. Leftover from #18373.
2018-02-24Add tabindex attribute to disabled buttons sample. Closes #23361 (#25680)Peter Blazejewicz1-2/+2
As discussed in issue's comment: https://git.io/vAuPW Thanks!
2018-02-24Fixes #25703Mark Otto1-13/+1
2018-02-24distMark Otto23-41/+61
2018-02-24Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto9-14/+22
2018-02-24Fix typo of example in hiding docdaviddalbusco1-1/+1
2018-02-24Add focus states to custom docs buttonsMartijn Cuppens1-0/+8
2018-02-24Remove disabling of stylelint ruleAdam Bowles1-2/+0
This file no longer has intentional indentation errors
2018-02-24Brush up vertical rhythm of form-check in docs. Closes #25546Peter Blazejewicz1-1/+1
This adds `form-group` to add the same vertical space to the `form-check` as in other grouped controls used in form sample markup. Thanks!
2018-02-21Consistent usage of $(document.body) instead of $('body') (#25671)Martijn Cuppens3-8/+8
2018-02-19make it a varMark Otto2-1/+3
2018-02-19Merge branch 'nav-divider-mixin' of https://github.com/ysds/bootstrap into ↵Mark Otto1-2/+2
ysds-nav-divider-mixin
2018-02-19Merge branch 'accordion-borders' of ↵Mark Otto2-1/+30
https://github.com/andresgalante/bootstrap into v4-dev
2018-02-19distMark Otto15-31/+218
2018-02-19Add color variable for caption (#25657)ysds2-1/+2
2018-02-19Be more explicit where to find variables (#25624)Pierre GIRAUD1-4/+6
* Tell where to find the variables to override * Be consistent with path to _variables.scss * Get rid of some 'our' in the doc Replaced by 'Boostrap's' when relevant
2018-02-19Custom range input (#25600)Mark Otto3-0/+162
* added the styling * added the documentation * update for one rule per line * fix hound error: trailing whitespace * trimmed off vendor prefixes * Add note about track and thumb * Psuedo-elements must be split across multiple rulesets to have an affect * Fix firefox inner focus * Seems that FF is the only one affected by this * Add support for gradients * Add labels, clarify min/max changes * add step example * add custom range vars
2018-02-19Fix carousel transition duration (#25218)Martijn Cuppens4-23/+58
2018-02-16Add `type="button"` to `<button>`s in accordion example (#25643)Patrick H. Lauke1-3/+3
For consistency. Closes https://github.com/twbs/bootstrap/issues/25642
2018-02-16[Docs] Clarify suggested use of custom validation styles, add note about ↵Patrick H. Lauke1-1/+2
resetting form appearance after validation (#25628) * Expand/clarify recommendation for using custom validation styles Seems support for correctly announcing browser default navigation bubbles/notifications has improved recently. Now it seems only Chrome (at least on Win and Android, not tested on macOS) is the odd one out. However, we should really make sure the custom validation messages are also tied correctly to their relevant form controls - need to dig out the PR that will ensure that. * Add note about resetting form appearance after submission xref https://github.com/twbs/bootstrap/issues/25626