aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-03-21More config tweaks.Bardi Harborow7-38/+9
2017-03-20bump to jquery 3.2.1Mark Otto16-30/+39
2017-03-20one moreMark Otto1-2/+1
2017-03-20link and moreMark Otto1-0/+3
2017-03-20one more tweakMark Otto1-1/+2
2017-03-20fix headingMark Otto1-1/+3
2017-03-20redo readme a smidgeMark Otto1-15/+24
2017-03-20Update dependencies.Bardi Harborow20-305/+8956
2017-03-19fixes #21920Mark Otto1-3/+3
2017-03-19gruntMark Otto10-92/+146
2017-03-19document itMark Otto1-0/+27
2017-03-19Merge branch 'collapse' of https://github.com/Johann-S/bootstrap into ↵Mark Otto2-3/+34
Johann-S-collapse
2017-03-19gruntMark Otto12-36/+68
2017-03-19linting from beforeMark Otto1-1/+1
2017-03-19fix markdown docs tablesMark Otto1-2/+6
2017-03-19rewrite in markdownMark Otto1-44/+7
2017-03-19fixes rest of #21585; adds custom styles for inverse table accent hover and ↵Mark Otto2-0/+17
active states
2017-03-19reorderMark Otto1-7/+6
2017-03-19consistent breaksMark Otto1-1/+0
2017-03-19Do what the comment says; add this only to devices under 768pxMark Otto1-8/+10
2017-03-19correct inverse table border color, add new varMark Otto2-1/+2
2017-03-19Update _screen-reader.scss (#22154)Gaël Poupard1-2/+5
* Update _screen-reader.scss Small improvements that could be important: * `clip` [is deprecated](https://www.w3.org/TR/css-masking-1/#clip-property). Adding `clip-path` as progressive enhancement; the shorter notation came from @ryuran 's [suggestion](https://twitter.com/ryuran78/status/778943389819604992); * [J. Renée Beach warned about single pixel with interfering with screen readers vocalisation](https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.vcd5xlpgg) solved with `white-space`. See [the detailed post on Hugo Giraudel's blog](http://hugogiraudel.com/2016/10/13/css-hide-and-seek/). Also kinda related to issue #20732 :) Please let me know if you find any trouble with this technique. Thanks a lot! * Reorder declarations To pass Hound. Didn't think `clip` and `clip-path` would be considered as unrelated… * Trailing spaces * Last trailing space? * Remove margin: -1px
2017-03-19Fix justified nav styles and update nav docs for fill/justifyMark Otto2-1/+24
- Justified and fill nav variants need .nav-item classes on the anchors in addition to .nav-link - Fix broken styles for the .nav-justified class which wasn't actually doing what we needed it to
2017-03-19link to caniuse for contextMark Otto1-1/+1
2017-03-19Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-2/+2
2017-03-19Change duplicate id.Bardi Harborow1-2/+2
2017-03-18Merge branch 'twbs/v4-dev' into dropdown-keyboardPierre-Denis Vanduynslager72-5165/+7187
2017-03-18gruntMark Otto4-7/+10
2017-03-18HTMLElement.offset* by getBoundingClientRect() (#21788)Pierre Vanduynslager3-11/+12
* Replace element.offet* by getBoundingClientRect() * Use variable to store BoundingClientRect * Fix cc issue...
2017-03-18Fix getSelectorFromElement when # is a selector (#21615)Johann1-4/+7
* Fix getSelectorFromElement when # is a selector * Thanks to @vanduynslagerp remove regex to validate selector
2017-03-18Fix backdrop for dropdown menu on mobile (#21578)Pierre Vanduynslager1-15/+17
- Create backdrop only if the menu is actually open (do not create it if the show event is prevented) - Drop the backdrop only when the corresponding menu is closed (do not remove if there is no menu to close or if the hide event is prevented)
2017-03-18gruntMark Otto2-4/+10
2017-03-18Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto3-3/+60
2017-03-18add header and footer to exampleMark Otto1-0/+2
2017-03-18Allow to use Tab.js with list-group (#21756)Johann3-3/+60
* Allow to use Tab.js with list-group * Allow to use list-group with div parent instead of an ul parent
2017-03-18gruntMark Otto27-484/+348
2017-03-18Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto16-32/+52
2017-03-18fixes #21584Mark Otto2-7/+5
- revert back to display block for list items to prevent unwanted behaviors - fixes a handful of other linked issues (see main thread) - updates docs to include more utilities for the one example
2017-03-18Add :empty to .custom-file-control selector (#22176)Theriault1-1/+1
<label class="custom-file"><input type="file" class="custom-file-input" /><span class="custom-file-control"></span></label> VS <label class="custom-file"><input type="file" class="custom-file-input" /><span class="custom-file-control">test.txt</span></label>
2017-03-18docs: add text-truncate and extend on text-nowrapjak1-8/+25
2017-03-18Update scss mixins to comply with scss-linting rules (#22151)naicko15-23/+26
* Fixed some linting issues * Run npm tasks after scss cleanup * Revert "Run npm tasks after scss cleanup" This reverts commit 1103a0da68d1846ad592eb4a105046a939557830. * Property sort order for grid * Let's respest the property order in the mixins * Respect property sort order in reboot file * ::-ms-expand is a vendor-prefix, add it to the scss-lint disable * Revert hover mixin comment * Fixed missing mixin hover-focus
2017-03-14Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto2-11/+6
2017-03-12Remove the outline override from dropdown togglesMark Otto1-5/+0
fixes #17573
2017-03-12Use btn-$variant-color variables for outlined btns (#22164)Dominic Watson1-6/+6
Despite now having the ability to override outline-variant color, it's not actually being used so each are still #fff Related: https://github.com/twbs/bootstrap/pull/20734
2017-03-12Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto12-377/+439
2017-03-12Update config files across the board.Bardi Harborow4-11/+21
2017-03-12Update dependencies.Bardi Harborow8-366/+418
2017-03-09Add unit testJohann-S1-0/+23
2017-03-08Fix code styleJohann-S1-2/+1
2017-03-07Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto61-589/+311