aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2018-02-14Reword alert and list group text to avoid "a/an" problemsPatrick H. Lauke2-4/+4
Closes https://github.com/twbs/bootstrap/issues/25611
2018-02-13Update position.md (#25607)Andy Pickler1-2/+2
2 small typos
2018-02-11Prevent word-wrap (#25248)Martijn Cuppens1-0/+1
Fixes #25235
2018-02-11Dropdown - Allow to disable Popper.js style (#24092)Johann-S4-5/+61
* Dropdown - Allow to disable Popper.js style * Update dropdown.js * Update dropdown.html * copy changes
2018-02-11Update stylelint config to add missing properties (#25572)in-in1-3/+28
* add missing properties list of new properties: align-content animation-fill-mode appearance column-count column-fill column-gap column-rule column-rule-color column-rule-style column-rule-width column-span column-width columns direction fill flex-shrink orphans page-break-after page-break-before page-break-inside perspective src stroke unicode-bidi widows * fix invalid JSON config add curly brackets * Update .stylelintrc
2018-02-11Fix border-radius on Browse button for custom file input inside input groups ↵Mark Otto1-2/+2
(#25356)
2018-02-11Update `.sr-only` mixin and utility (#25197)Mark Otto2-4/+2
* Remove clip-path from .sr-only utility as it causes perf regressions in Chrome * change snippet to example
2018-02-11distMark Otto24-80/+175
2018-02-11set color to form-control-plaintext (#25565)m5o2-0/+2
* set color to `.form-control-plaintext` * fixes readability on dark themes like ‘darkly’ * https://bootswatch.com/darkly/index.html#forms * https://bootswatch.com/slate/index.html#forms * https://bootswatch.com/superhero/index.html#superhero * https://bootswatch.com/solar/index.html#forms /cc @thomaspark
2018-02-11Update themeing docs for more clearly how to remove from map (#25589)ysds1-2/+13
* Add note about insert position of "map-remove" * Use optional keys instead of required keys
2018-02-11use $input-bg for $custom-select-bg (#25564)m5o1-1/+1
* use $input-bg for $custom-select-bg
2018-02-11Create a variable for label margin bottom (#25561)Andres Galante2-1/+3
2018-02-11Remove `show` class from example code (#25570)Jesse Mandel1-1/+1
2018-02-09Fix the incorrect id in center modal exampleysds1-1/+1
2018-02-07Enable `scss/dollar-variable-default` rule (#25542)freezy2-0/+2
This checks if all variables are `!default`.
2018-02-05Update devDependencies and gems. (#25551)XhmikosR3-849/+983
2018-02-03Clarify migration docs to remove mention of .table-responsive being for the ↵Mark Otto1-1/+0
parent element vs the table element itself (#25539)
2018-02-03Fix pagination buttons hover z-index (#25532)Martijn Cuppens1-0/+1
2018-02-02close #25534Mark Otto1-1/+1
2018-02-02Override .custom-select width in .form-inline (#25414)Mark Otto1-1/+2
Fixes #25413
2018-01-31Examples: Prevent focus into closed offcanvas (#25524)ysds1-3/+5
* Prevent focus into closed offcanvas
2018-01-31Add FontAwesome to icon list. (#25451)Bardi Harborow1-0/+1
2018-01-31Clarify stacked-to-horizontal in layout/grid.md (#25520)Jan Clarin1-1/+1
- Fixes typo with "with at" in "horizontal with at the small breakpoint"
2018-01-31Fix "CVV" label pointing to wrong field (#25518)ysds1-1/+1
2018-01-30Replace unicode character in _hover.scss (#25503)Richard van Laak1-1/+1
2018-01-30Fix example Blog post card text overflowing for medium screen size. (#25416)Ryan Cleary1-2/+2
2018-01-30Update devDependencies and gems. (#25502)XhmikosR4-47/+57
2018-01-28Fix typo in approach.md (#25492)exige811-1/+1
2018-01-23Update jQuery to v3.3.1. (#25398)XhmikosR19-23/+21
2018-01-23Fix typo in navs.md (#25404)M. Appelman1-1/+1
2018-01-22Update devDependencies. (#25371)XhmikosR2-468/+833
2018-01-21Feature: Add carousel fade option (#22958)Mark Otto2-9/+76
* Move helpful code comments * Add .carousel-fade option to Sass * Document example of the fade carousel * more logical warning of the .active class on carousel items
2018-01-21v4.1: Add .dropdown-item-text (#22965)Mark Otto2-33/+69
* Add .dropdown-item-text class * Add example of plain text within a .dropdown-menu, too * reorganize, simple/clearer headings
2018-01-22Allow to customize vertical margin of `nav-divider` mixinysds1-2/+2
2018-01-21Add CSS Utility for `auto` width and height Properties (#24249)Taufek Johar2-2/+5
Currently bootstrap only provides 4 variations of `width` and `height` css utilities, which are: 1. 25% 2. 50% 3. 75% 4. 100%. Here, I'm adding `auto` to the list. This is useful when we need to reset the width/height value back to the browser default value at some point.
2018-01-21Document .flex-fill class in flex utilsMark Otto1-0/+17
2018-01-21Add missing flex-fill utilityPierre-Denis Vanduynslager1-0/+1
2018-01-21Use variables for theme-color-level functionMark Otto1-1/+1
Closes #25313
2018-01-21Remove escaping selector and add a warning to inform folks to escape their ↵Johann-S3-27/+6
selectors (#25390)
2018-01-21ignore case (#25373)denisx1-1/+1
Less on 2 symbols
2018-01-21Update dropdown.js to allow referenceElement (#25219)719media3-8/+81
2018-01-20tweak htmlMark Otto1-20/+10
2018-01-20rearrange and override extra bordersMark Otto1-8/+10
2018-01-20Merge branch 'borderless-table' of https://github.com/Varunram/bootstrap ↵Mark Otto2-0/+86
into Varunram-borderless-table
2018-01-20distMark Otto5-5/+5
2018-01-20Remove -Pre from Nuget installvsn4ik1-1/+1
2018-01-19Allow to change `.table-striped` `odd` or `even` (#25333)Andrew Luca2-1/+3
2018-01-19Use Jekyll's markdownify filter instead of a custom plugin (#25319)m5o5-51/+28