aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-01-21Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-1/+1
2017-01-21Update grid layout docs (#21806)Marcus Molchany1-1/+1
Update Mix and match section with correct responsive classes for stacking cols.
2017-01-21gruntMark Otto24-1059/+583
2017-01-21Drop Normalize, port relevant parts to Reboot (#21741)Mark Otto10-560/+191
* Get this party started by removing mention of Normalize.css * Nuke the old comment, consolidate to a single line and number as appropriate * Bring over styles for HTML element from Normalize to Reboot * Move margin override for body element from Normalize to Reboot * Drop the block reset for HTML5 elements in IE9- from Normalize given we dropped IE9 support * Building on previous commit, do the same thing for figure, figcaption, and main * Remove IE9- display from Normalize given our browser support * Drop IE8 figure margin because we're IE10+ * No need for the h1 overrides because we reset these font and margin styles anyway in _type.scss already * Drop Safari 6 b and strong normalization because we're Safari 8+ * Remove mark styles for IE9- from Normalize * Remove old iOS audio fixes from Normalize * Remove IE9- display for progress from Normalize * Remove more IE9- rules from Normalize * One more IE9- display removal for canvas element * Move pre overrides from Normalize to Reboot * Move over some link resets to Reboot, drop others - Move over background-color and text-decoration - Drop focus outline change given it affects the offset on hover of focused links * Move over more code element resets, consolidate with pre overrides, too * Move over sub and sup wholesale * Move over img normalization to Reboot * Move over SVG override too * - Drop dupe hidden, but add comment for it - Move over template - Move over summary * Remove bulk of @viewport comment * edit down that code comment * consolidate html-based normalizations * update comments * Consolidate abbr styles * move over more type elements * move over hr changes * move over form controls and more * move over button resets * move over firefox button changes * move over search changes and more * we nuke all these styles for fieldsets anyway, so outright remove them * no need for those, we override them * move over legend, fieldset, progress * line break * delete normalize file * linting * update comment * clarify docs mentions of normalize and reboot * remove normalize excludes from linter * remove normalize excludes from cli task * linting * callout license since we forked part of normalize * Improve comments, move table background reset to .table class instead of in reboot * trailing space
2017-01-21gruntMark Otto20-106/+20
2017-01-21Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto4-4/+10
2017-01-21Fix container within navbar on smallest breakpoint (#21722)Pierre Vanduynslager1-0/+7
* Make container in navbar to occupy full width even on smallest breakpoint * Fix typo in comment * Apply fix only on smaller breakpoint * drop the comment as chrome doesn't have a bug here
2017-01-21Progress line height (#21805)Mark Otto1-4/+2
* remove obvi comments * proper fix for #21801 - ensures .progress-bar text is vertically centered should the height of the .progress-bar change by matching the line-height and height values - we can't use flexbox here because the inner text of an element doesn't count as a flex item
2017-01-21fix segmented buttons (#21716)Gijs Boddeus1-4/+1
* fix segmented buttons changed flex-direction to row centering is now done by align-items instead of justify-content this way there is no need for flex property on the .btn inside .btn-group * Update _input-group.scss
2017-01-21Fix gaps between vertical grouped buttons when using labels (#21793) (#21796)Dmytro Yarmak1-0/+1
2017-01-21remove pretty obvi commentsMark Otto1-4/+1
2017-01-20Harmonize document.activeElement comparisonPierre-Denis Vanduynslager1-3/+3
2017-01-20Refactor test to event and asyncPierre-Denis Vanduynslager1-64/+141
2017-01-20Add unit test for keyboard navigationPierre-Denis Vanduynslager1-0/+34
2017-01-20Merge branch 'twbs/v4-dev' into dropdown-keyboardPierre-Denis Vanduynslager1-1/+1
2017-01-20Fix test to retrieve the proper item instead of it's parentPierre-Denis Vanduynslager1-1/+1
2017-01-18Merge pull request #21774 from vanduynslagerp/fix-scrollspy-test-markupPatrick H. Lauke1-1/+1
Add missing closing tag in scrollspy visual test
2017-01-18Fix missing closing tagPierre-Denis Vanduynslager1-1/+1
2017-01-16Merge branch 'twbs/v4-dev' into dropdown-keyboardPierre-Denis Vanduynslager15-68/+28
2017-01-16Specify card component is necessary for accordion behavior (#21746)Erin Brown1-1/+1
- It is unclear that the use of the card component is necessary when extending the collapse behavior to behave like an accordion.
2017-01-16Fix horizontal scrollbar appearing in docs (#21747)Geremia Taglialatela1-1/+1
On small screens (< 576px), all documentation pages containing `.bd-example` styled tags, show the horizontal scrollbar because of a wrong horizontal margin property. This PR sets the horizontal margin on gutter width basis instead of rem.
2017-01-15Update .tag to .badge in migration (#21565)Quy1-4/+4
2017-01-15Remove IE9 from SVG images callout (#21566)Quy1-2/+2
2017-01-15Add doc example with badge links (#21674)Pierre-Denis Vanduynslager1-0/+13
2017-01-15Update Search input to type="search" (#21617)Christian Oliff1-1/+1
This is semantically correct and works just as well.
2017-01-15Correct xs and sm breakpoint values in responsive utilities docs (#21664)Amy Gori1-2/+2
2017-01-15Remove list-group-item-heading and list-group-item-text (#21653)Pierre-Denis Vanduynslager3-30/+0
2017-01-15Remove unused scss variables (#21579)Pierre-Denis Vanduynslager2-23/+0
* Remove unused scss variables * Remove unnecessary space * Remove $zindex-navbar from docs * Re-add $progress-box-shadow
2017-01-15Add alert divider (<hr>) example in docs (#21673)Pierre-Denis Vanduynslager1-1/+2
* Add alert divider (<hr />)example in docs * <hr/> => <hr> per @vsn4ik suggestion
2017-01-15Remove filter: alpha(opacity = 0);Christian Oliff1-1/+0
Not needed (and all other old IE filter attributes have been removed from the CSS. This was the only one remaining
2017-01-15fixes #21625, closes #21539Mark Otto1-1/+1
don't set focus styles on the anchor, just set hover styles
2017-01-15Merge pull request #21736 from marios-zindilis/v4-devPatrick H. Lauke1-1/+1
Fixed minor typo
2017-01-15Fixed minor typoMarios Zindilis1-1/+1
2017-01-15Merge branch 'twbs/v4-dev' into dropdown-keyboardPierre-Denis Vanduynslager16-31/+36
2017-01-15Correct reference to Direction.PREV constant. (#21709)Pierre-Denis Vanduynslager1-4/+4
2017-01-15Use existing keycode constants in dropdown. (#21697)Pierre-Denis Vanduynslager1-1/+3
2017-01-15Merge pull request #21730 from patrickhlauke/v4-docs-focus-stylesPatrick H. Lauke3-3/+9
[Docs] Add missing :focus styles
2017-01-15Update broken links. (#21696)Pierre-Denis Vanduynslager2-2/+2
2017-01-14Add missing :focus stylesPatrick H. Lauke3-3/+9
Double up :hover styles to also apply on :focus (particularly the masthead button needs this, as otherwise it gives no visible indication of being focused)
2017-01-12Merge pull request #21671 from vanduynslagerp/fix-21665Patrick H. Lauke1-1/+1
Fix modal id in doc example (Fix #21665)
2017-01-11Merge pull request #21672 from patrickhlauke/v4-remove-aria-multiselectablePatrick H. Lauke3-3/+3
Remove incorrect aria-multiselectable
2017-01-11Remove incorrect aria-multiselectablePatrick H. Lauke3-3/+3
Closes https://github.com/twbs/bootstrap/issues/21635
2017-01-11Fix modal id in docPierre-Denis Vanduynslager1-1/+1
2017-01-09Update README.mdMehdi HosseinZade1-1/+1
2017-01-09Update breakpoints in breakpoints.scss commentsRishabh Rajgarhia1-7/+7
2017-01-09_custom.scss should be the first includeZulfiqar Ali1-1/+1
2017-01-08Fix incorrect docs.min.js bundle source.Bardi Harborow2-8/+5
2017-01-06Merge branch 'twbs/v4-dev' into dropdown-keyboardPierre-Denis Vanduynslager100-317/+298
2017-01-06Update dropdown unit test to new markupPierre-Denis Vanduynslager1-137/+136
2017-01-06hashesv4.0.0-alpha.6Mark Otto1-2/+2