| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-03-19 | consistent breaks | Mark Otto | 1 | -1/+0 | |
| 2017-03-19 | Do what the comment says; add this only to devices under 768px | Mark Otto | 1 | -8/+10 | |
| 2017-03-19 | correct inverse table border color, add new var | Mark Otto | 2 | -1/+2 | |
| 2017-03-19 | Update _screen-reader.scss (#22154) | Gaël Poupard | 1 | -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-19 | Fix justified nav styles and update nav docs for fill/justify | Mark Otto | 2 | -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-19 | link to caniuse for context | Mark Otto | 1 | -1/+1 | |
| 2017-03-19 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 1 | -2/+2 | |
| 2017-03-19 | Change duplicate id. | Bardi Harborow | 1 | -2/+2 | |
| 2017-03-18 | Merge branch 'twbs/v4-dev' into dropdown-keyboard | Pierre-Denis Vanduynslager | 72 | -5165/+7187 | |
| 2017-03-18 | grunt | Mark Otto | 4 | -7/+10 | |
| 2017-03-18 | HTMLElement.offset* by getBoundingClientRect() (#21788) | Pierre Vanduynslager | 3 | -11/+12 | |
| * Replace element.offet* by getBoundingClientRect() * Use variable to store BoundingClientRect * Fix cc issue... | |||||
| 2017-03-18 | Fix getSelectorFromElement when # is a selector (#21615) | Johann | 1 | -4/+7 | |
| * Fix getSelectorFromElement when # is a selector * Thanks to @vanduynslagerp remove regex to validate selector | |||||
| 2017-03-18 | Fix backdrop for dropdown menu on mobile (#21578) | Pierre Vanduynslager | 1 | -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-18 | grunt | Mark Otto | 2 | -4/+10 | |
| 2017-03-18 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 3 | -3/+60 | |
| 2017-03-18 | add header and footer to example | Mark Otto | 1 | -0/+2 | |
| 2017-03-18 | Allow to use Tab.js with list-group (#21756) | Johann | 3 | -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-18 | grunt | Mark Otto | 27 | -484/+348 | |
| 2017-03-18 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 16 | -32/+52 | |
| 2017-03-18 | fixes #21584 | Mark Otto | 2 | -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-18 | Add :empty to .custom-file-control selector (#22176) | Theriault | 1 | -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-18 | docs: add text-truncate and extend on text-nowrap | jak | 1 | -8/+25 | |
| 2017-03-18 | Update scss mixins to comply with scss-linting rules (#22151) | naicko | 15 | -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-14 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 2 | -11/+6 | |
| 2017-03-12 | Remove the outline override from dropdown toggles | Mark Otto | 1 | -5/+0 | |
| fixes #17573 | |||||
| 2017-03-12 | Use btn-$variant-color variables for outlined btns (#22164) | Dominic Watson | 1 | -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-12 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 12 | -377/+439 | |
| 2017-03-12 | Update config files across the board. | Bardi Harborow | 4 | -11/+21 | |
| 2017-03-12 | Update dependencies. | Bardi Harborow | 8 | -366/+418 | |
| 2017-03-09 | Add unit test | Johann-S | 1 | -0/+23 | |
| 2017-03-08 | Fix code style | Johann-S | 1 | -2/+1 | |
| 2017-03-07 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 61 | -589/+311 | |
| 2017-03-07 | Detach accordions from .card | Johann-S | 1 | -2/+11 | |
| 2017-03-05 | Clean up spacers a bit more | Starsam80 | 3 | -42/+22 | |
| 2017-03-05 | Move box-shadow and transition mixins out of the main mixins file and into ↵ | Mark Otto | 3 | -16/+16 | |
| their own files | |||||
| 2017-03-05 | add more | Mark Otto | 1 | -1/+1 | |
| 2017-03-05 | fill in docs for layout utils page | Mark Otto | 1 | -0/+10 | |
| 2017-03-05 | move visibility docs and add .visible mention | Mark Otto | 3 | -24/+33 | |
| 2017-03-05 | update the migration docs | Mark Otto | 1 | -8/+10 | |
| 2017-03-05 | clear out docs css | Mark Otto | 1 | -79/+1 | |
| 2017-03-05 | update instances of old classes in the docs | Mark Otto | 6 | -8/+8 | |
| 2017-03-05 | Drop the .hidden and .visible classes, save for the print ones | Mark Otto | 3 | -51/+42 | |
| — Moves print display utils to display utils file — Removes all other .hidden- utils — Expands on .invisible and it's mixin to provide options for visibility: visible and visibility: hidden | |||||
| 2017-03-05 | Start rearranging the docs for a utilities update | Mark Otto | 5 | -274/+87 | |
| — Rename display docs page — Move print display utils to display utils page — Drop remaining of responsive utils page as it's being replaced with display utils — Update nav to reflect changes | |||||
| 2017-03-05 | Update spacer utilities (#22123) | Mark Otto | 8 | -53/+53 | |
| * Drop -x and -y as they're all the same - Also move -width to elsewhere in the vars because it makes no sense by spacers. - Update values of -x and -y across main Sass and docs Sass. * Update docs to reflect changes; link to spacing utils from options page | |||||
| 2017-03-04 | Merge pull request #22116 from Devinsuit/v4-dev | Patrick H. Lauke | 1 | -1/+1 | |
| Update Google sourcemap resources link | |||||
| 2017-03-04 | Update link | Devinsuit | 1 | -1/+1 | |
| 2017-03-03 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 1 | -1/+1 | |
| 2017-03-03 | Change sticky order (#22027) | Catalin Zalog | 1 | -1/+1 | |
| Based on this pen: http://codepen.io/zalog/pen/jyoyoR | |||||
| 2017-03-03 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 3 | -7/+7 | |
| 2017-03-03 | grunt | Mark Otto | 21 | -32/+27 | |
