aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-01-13distMark Otto8-32/+52
2018-01-13Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto5-21/+93
2018-01-14Add new Approach docs page (#25165)Mark Otto1-0/+71
2018-01-13$component-active-bg and $component-active-color are partially useful (#24710)Patrick Yeo1-11/+11
* Use `$component-active-bg`, `$component-active-color` in custom-control-indicators and pagination for checked, indeterminate, and active states * Button and Forms focus colors should be based on `$component-active-bg`
2018-01-13Fixed color for disabled buttons (#25167)Wolfgang Goedel1-0/+1
2018-01-13Fix breakpoint mixins for custom breakpoint maps (#25264)Sander Melnikov1-4/+4
When using the `media-breakpoint-between` or `media-breakpoint-only` mixins with a custom breakpoint map – not defined as `$grid-breakpoints` – the mixin incorrectly defaults back to the global `$grid-breakpoints` map in certain situations. This commit correctly passes on the `$breakpoints` argument to the other mixins called within the block.
2018-01-13Add direct children selectors to avoid cascading styles into a menu form ↵ysds1-6/+6
(#25279)
2018-01-12Merge branch 'custom-check-disabled' of ↵Mark Otto2-0/+16
https://github.com/gijsbotje/bootstrap into v4-dev
2018-01-11distMark Otto42-385/+356
2018-01-11Comply to the new rules.XhmikosR32-1766/+1804
2018-01-11Clean up and tweak ESLint rules.XhmikosR12-39/+84
Also, refactor ESLint and stylelint config files; now everything will work from our root dir.
2018-01-11Deprecate hover media query shim and mixins (#25270)Mark Otto4-58/+36
* Deprecate hover media query shim and mixins Fixes #25195. This never was completed or fully implemented, and the docs are inaccurate as to what browsers are currently affected by this stickied hover problem. This PR aims to update the docs and deprecate the shim from our mixins and only return the pseudo-classes. To reflect the order of these states used elsewhere (e.g., our button styles), I've also updated the order of each within the mixin. * Mention in docs and variables that it's deprecated
2018-01-11Remove `touch-action:manipulation` click optimization (#25250)Patrick H. Lauke2-38/+1
Due to a severe performance bug in Chrome (see https://bugs.chromium.org/p/chromium/issues/detail?id=800522) and due to the fact that (with the exception of IE/Edge on Windows desktop with touchscreen) all modern browsers now optimize the click delay away anyway, this optimization is not needed. Closes https://github.com/twbs/bootstrap/issues/24670
2018-01-11Merge branch 'v4-dev' into custom-check-disabledXhmikosR9-471/+1409
2018-01-11Update devDependencies and gems. (#25192)XhmikosR4-466/+1400
2018-01-11Fix invalid "constraint validation API" URL in docs (#25244)Vytas1-1/+1
2018-01-11Update browser compatibility note for `position: sticky` since Edge supports ↵Christian Oliff1-1/+1
it now (#25229) The latest shipping version of Edge supports position: sticky and I've successfully tested it with Bootstrap 4 and it works as intended. I added IE10 in place of Edge in that note as I assume that IE10 also has the `position: relative` fallback. REF: https://caniuse.com/#search=sticky
2018-01-11Fix variable name in display utility class naming (#25261)Vytas1-1/+1
2018-01-11Ignore the bogus lang vnu.jar error.XhmikosR1-1/+3
2018-01-11Work around Travis errors by switching to sudo.XhmikosR1-1/+3
2018-01-10Merge branch 'v4-dev' into custom-check-disabledGijs Boddeus1-1/+1
2018-01-08Check for window before window.QUnit (#25199)Łukasz1-1/+1
2018-01-06added variable for the background of checked and indeterminate custom inputs ↵gijsbotje2-0/+16
and radios that are disabled added styles for these cases
2018-01-05Added required checkbox exampleJesse Mandel1-1/+30
2018-01-05add validation feedback/tooltip support to form-check-inputsJesse Mandel1-0/+5
2018-01-03distMark Otto19-35/+61
2018-01-03Print tweaks (#25164)Mark Otto2-3/+22
* Add min-width to body when printing This should address some inconsistencies between browsers when printing. It applies a min-width to the body so that the content better resembles what your might see on your screen. I've made it a variable for easy customizing, too. * Don't underline buttons when printing * Add basic print styles for page and body size to create a semi-consistent print experience across browsers
2018-01-03Document `order-0` (#25191)ysds1-1/+1
2018-01-03Multiple accordion support (#25161)Martijn Cuppens2-2/+78
2018-01-03Patch fractional viewport widths to work around Safari rounding bug (#25177)Patrick H. Lauke5-14/+26
Includes simplifying the prose in `tables.md` and adding the bug to the list of browser bugs. Closes https://github.com/twbs/bootstrap/issues/25166
2018-01-02Add some documentation on using CSS vars (#25176)Mark Otto1-0/+68
* Add some documentation on using CSS vars Fixes #25147 * link to MDN doc
2018-01-02Validation tooltip example (#25143)Mark Otto2-12/+87
* Add additional form validation examples Fixes #24811. This adds .valid-feedback to our custom styles and server side examples; previously we ommitted this to suggest you don't always need valid feedback. In addition, this adds examples of the .{valid|invalid}-tooltip classes with a new subsection in the Validation docs. * Update validation tooltip styles to remove fixed width; instead should retain itself to the parent element * update ids * finish docs paragraph, mention position: relative
2018-01-02Remove double borders for custom select and custom fileMartijn Cuppens1-1/+3
Fixes #25168
2018-01-02Update pagination focus stylesMark Otto2-1/+8
- Drops the hover-focus mixin for standard :hover - Adds explicit :focus styles to match button, input, etc with a box-shadow - Adjusts z-index values to ensure the layers go initial, hover, active, focus Fixes #24838.
2018-01-02distMark Otto12-21/+24
2018-01-02add example of textarea to docsMark Otto1-0/+7
2018-01-02Merge branch 'patch-8' of https://github.com/gijsbotje/bootstrap into ↵Mark Otto1-1/+2
gijsbotje-patch-8
2018-01-02Expand keyboard advice for tooltips, clarify what `manual` trigger does in tablePatrick H. Lauke1-4/+10
2018-01-02Remove incorrect roles from accordion, tweak/expand accessibility info, use ↵Patrick H. Lauke1-14/+16
buttons for accordion * Remove incorrect roles from accordion, tweak/expand accessibility info * Use `<button>` elements rather than links for the accordion
2018-01-02improves accordion stylesAndres Galante2-1/+30
2018-01-01improve additive/subtractive border util docsMark Otto2-2/+16
2018-01-01Darken border color slightlyMark Otto1-1/+1
2018-01-01Merge branch 'docs-border-utilities' of https://github.com/ysds/bootstrap ↵Mark Otto1-1/+5
into ysds-docs-border-utilities
2018-01-01distMark Otto8-10/+10
2018-01-01Use `<button>` elements rather than links for the accordionpatrickhlauke1-6/+6
2018-01-01Remove incorrect roles from accordion, tweak/expand accessibility infopatrickhlauke1-8/+10
2017-12-31Textarea support for input groupsGijs Boddeus1-1/+2
The append and prepend classes vertically aligned items in the center For textareas this meant the addon would aling vertically instead of stretch and have it's contents vertically aligned these changes fix that so everything is aligned how it should be
2017-12-31Allow nested structure for accordions (#25121)Martijn Cuppens3-38/+53
This commit allows nested structures for accordions. Also a part of the documentation about data-children is removed because this functionality didn't work and it's not applicable anymore. Tests with the collapse accordion are also a bit adjusted to the new situation.
2017-12-31docs: Fix overflow issue in IE. (#25142)Martijn Cuppens1-1/+1
2017-12-31Add description about positive borderysds1-1/+1