aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2017-01-06gruntMark Otto13-13/+13
2017-01-06rubygems version bumpMark Otto1-2/+2
2017-01-06version bumpMark Otto36-110/+110
2017-01-06gruntMark Otto11-11/+11
2017-01-06Fix media object alignment examples.Bardi Harborow1-3/+3
2017-01-05Merge branch 'v4-dev' into v4-docs-streamlinedMark Otto169-3197/+2344
2017-01-05gruntMark Otto7-19/+19
2017-01-05Update nuspec to support jquery v1.9.1 - v3.xSupergibbs2-6/+6
2017-01-05Doc updates (#21542)Quy7-10/+10
* Change it's to its. * Fix links * Fix typos