aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-04-27add $inverse-bg and $inverse-colorChristopher Baker2-4/+6
2016-04-27Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-devChristopher Baker11-13/+63
2016-04-24Clearer section headings, more succinct copyMark Otto1-25/+16
2016-04-24Update overview.mdBass Jobsen1-0/+1
endtag for the highlight
2016-04-24Update overview.mdBass Jobsen1-0/+42
add the `@include media-breakpoint-only()` and `@include media-breakpoint-between` mixins
2016-04-23nuke commented out cssMark Otto1-78/+0
2016-04-23Avoid hacking around the temporal input bug in iOSMark Otto2-32/+12
- Rather than use CSS hacks, let's avoid needing to hack anything - Creates a new Reboot entry to simply reset the appear of the temporal inputs, thereby avoiding the problem entirely - Less than ideal for conveying affordance on iOS, but given bugginess of the input itself, seems a decent tradeoff
2016-04-23Merge branch 'v4-dev' into v4-forms-cleanupMark Otto27-123/+142
2016-04-23Suggest a replacement to .hidden and .showChris Lamb1-1/+1
Signed-off-by: Chris Lamb <[email protected]>
2016-04-21Merge pull request #19714 from patrickhlauke/v4-ie-edge-select-normalisationPatrick H. Lauke2-0/+20
Suppress IE/Edge additional white/blue colors for focused <select>
2016-04-21Merge pull request #19775 from twbs/modal-ie8-innerWidthChris Rebert1-7/+1
Modal: Remove IE8-specific window.innerWidth workaround
2016-04-21Modal: Remove IE8-specific window.innerWidth workaroundChris Rebert1-7/+1
[skip validator]
2016-04-20Merge pull request #19765 from twbs/mq-wkbugsChris Rebert1-0/+20
Add Wall of Browser Bugs entries for WebKit media query bugs [skip sauce]
2016-04-19Add Wall of Browser Bugs entries for https://webkit.org/b/156684 & ↵Chris Rebert1-0/+20
https://webkit.org/b/156687 These bugs are factors in our decisions regarding which unit to use in our media queries. Refs #17403 [skip sauce]
2016-04-17remove references to -* outside _variables.scssChristopher Baker4-10/+15
2016-04-17gruntMark Otto2-2/+2
2016-04-17Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto4-13/+3
2016-04-17gruntMark Otto6-5/+21
2016-04-17Merge pull request #19756 from Rplus/v4-devPatrick H. Lauke1-1/+1
remove `/` in reference url (otherwise 404s)
2016-04-18remove unnecessary `/` in reference urlRplus1-1/+1
2016-04-17Merge pull request #19248 from twbs/navbar-divider-border-widthChris Rebert1-1/+1
.navbar-divider width: 1px=>$border-width
2016-04-15Port #19741 to v4Chris Rebert1-1/+1
[ci skip]
2016-04-14Merge pull request #19737 from twbs/wkbug-128489Chris Rebert1-10/+0
Remove https://webkit.org/b/128489 from Wall of Browser Bugs
2016-04-14https://webkit.org/b/128489 has been fixed!Chris Rebert1-10/+0
Refs #12536 [ci skip]
2016-04-14Add disabled styling for .custom-selectMatthew Rayfield2-1/+9
2016-04-12Merge pull request #19727 from twbs/bugzilla-1264125Chris Rebert1-0/+10
Add http://bugzil.la/1264125 to Wall of Browser Bugs [ci skip]
2016-04-12Add http://bugzil.la/1264125 to Wall of Browser BugsChris Rebert1-0/+10
Due to the lack of this feature in browsers, we currently have to implement an annoying setTimeout-based workaround, which adds an extra layer of complication and probably slightly impacts performance: https://github.com/twbs/bootstrap/blob/e391fcb953cc959ddd88fb676b68f49eef85ef06/js/src/util.js#L63-L77 [ci skip]
2016-04-12Suppress IE/Edge additional white/blue colors for focused <select>Patrick H. Lauke2-0/+20
2016-04-11grunt distChris Rebert6-5/+21
[ci skip]
2016-04-11Update shrinkwrapChris Rebert1-44/+44
2016-04-11Merge pull request #19710 from twbs/ios-9.3-fast-tapPatrick H. Lauke1-2/+2
Update 300ms click delay docs to reflect iOS 9.3 improvements
2016-04-10Merge pull request #19713 from twbs/edge-urlsChris Rebert2-3/+2
Update remaining Edge issue URLs in Wall of Browser Bugs
2016-04-10Merge pull request #19712 from twbs/crbug-273306Chris Rebert1-10/+0
https://crbug.com/273306 has been fixed [skip sauce]
2016-04-10docs/_plugins/bugify.rb: Remove IE; all relevant issues moved to EdgeChris Rebert1-1/+0
[skip sauce]
2016-04-10Update remaining Edge issue URLs in Wall of Browser BugsChris Rebert1-2/+2
* https://connect.microsoft.com/IE/feedback/details/2445370 => https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/6793560/ * https://connect.microsoft.com/IE/feedback/details/2256049 => https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7165383/ [skip sauce]
2016-04-10https://crbug.com/273306 has been fixedChris Rebert1-10/+0
Refs #12078 [skip sauce]
2016-04-10Update 300ms click delay docs to reflect iOS 9.3 improvementsChris Rebert1-2/+2
[skip sauce]
2016-04-10Embolden the "don't"Chris Rebert1-1/+1
2016-04-10add some blank linesChris Rebert1-0/+2
2016-04-10Add GitHub issue templateChris Rebert1-0/+29
Refs #19260 [ci skip]
2016-04-10Merge pull request #19705 from patrickhlauke/v4-pagination-a11y-labelPatrick H. Lauke1-5/+11
Add aria-label and callout about labelling pagination components
2016-04-10Add aria-label and callout about labelling pagination componentsPatrick H. Lauke1-5/+11
2016-04-08gruntMark Otto6-12/+12
2016-04-08Fixes #18573: Change name of .form-control-label to .col-form-label (and ↵Mark Otto2-29/+29
.form-control-legend to .col-form-legend) to reiterate use for only grid layouts
2016-04-08gruntMark Otto8-8/+10
2016-04-08fix up broke forms styles and docs example for the gridMark Otto2-20/+23
2016-04-08Merge branch 'v4-dev' into v4-forms-cleanupMark Otto127-2777/+2427
2016-04-08Fixes #19690: Mention classes better for .list-inline and .list-inline-itemMark Otto1-1/+1
2016-04-08https://webkit.org/b/143527 has been fixedChris Rebert1-10/+0
Refs #16180, #16262 [skip sauce]
2016-04-06Docs: Call out removal of @screen-* variables in v4Craig Martin1-4/+4
Closes #19561 Closes #19567 [skip sauce]