aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-11-05Merge pull request #21089 from patrickhlauke/v4-devPatrick H. Lauke2-0/+30
Add Safari skip link bug and Firefox/Edge AT focus feature requests
2016-11-05Add browser features around virtual/accessibility focusPatrick H. Lauke1-0/+20
These would help in making hidden skip links show up visually once they receive AT focus (for sighted/partially sighted AT users)
2016-11-05Add Safari skip link bugPatrick H. Lauke1-0/+10
2016-11-04Update docs to reflect new breakpoint naming conventionEric Nolte12-143/+143
2016-11-04Update grid mixins to omit lowest breakpointEric Nolte1-12/+44
The new breakpiont-limited class pattern is to omit the breakpoint size when using the lowest size eg. col-xs-12 to col-12. This commit implements this pattern to the grid system.
2016-11-03replace img-circle by rounded-circle css classEddie Lau 3dd131-3/+3
2016-11-01Linked to slackJonathan1-1/+1
2016-10-31gruntMark Otto22-214/+808
2016-10-31Responsive display utilities (#20934)Mark Otto12-50/+73
* Explore responsive display utils, but with a twist: lowest breakpoint has no breakpoint modifier in the class name * make floats use the same format, add float-none mixin
2016-10-31gruntMark Otto36-227/+5740
2016-10-31Make spacer utils responsive (#20926)Mark Otto5-36/+77
* make spacer utils responsive by grid tier * update scale to add two levels, document them * change responsive spacing utils to avoid the xs abbreviation in the class name for that tier * update code snippet to match source * update usage in our docs * linter * docs updates
2016-10-31Making .tooltip('show') throw an error on elements with display:none (#20940)Johann3-0/+28
2016-10-31Move from $.proxy to es6 arrow functions. (#21049)Bardi Harborow6-18/+14
2016-10-31Fixes #21057, fixes utilities link on typography documentation page (#21058)Rodrigo Castro1-1/+1
2016-10-31Use variable names for form focus borders (#21050)Alberto Roura1-2/+2
2016-10-30gruntMark Otto22-30/+70
2016-10-30Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-devMark Otto2-2/+5
2016-10-30trailing whitespaceMark Otto1-1/+1
2016-10-30Fix #17964 (#17997)Ilias1-1/+1
* Fix #17964 Some browsers are lazy when updating dom elements after transition effects. This can be fixed by reading element properties such as offsetHeight or offsetWidth. However, creating a function using the Function constructor just to access such element, results in a violation of Content Security Policy (where applied), which in turn crashes the application. This fix actually reverts to the way this was handled in v3 and should work as intended.
2016-10-30Fix input group sizing in FirefoxCatalin Zalog1-1/+4
Firefox requires a width and flex-basis value to size the input field correctly. Despite the width being 1%, the input will size correctly at all parent widths. http://codepen.io/zalog/pen/bpMJmv
2016-10-30add specific docs example for badged list group itemsMark Otto1-0/+20
floated content has to come first in the DOM, otherwise you can get alignment bugs. in flexbox though, that's not the case. as such, i'm adding this example code to guide folks to the changes needed to move between default and flex modes.
2016-10-30Merge branch 'v4-flex-list-group' of https://github.com/rosskevin/bootstrap ↵Mark Otto1-1/+13
into rosskevin-v4-flex-list-group
2016-10-30gruntMark Otto24-32/+32
2016-10-30Merge branch 'v4-dev' of https://github.com/HMUDesign/bootstrap into ↵Mark Otto4-10/+18
HMUDesign-v4-dev
2016-10-30gruntMark Otto16-12/+44
2016-10-30Merge pull request #21046 from abvalentine/issue-20975Mark Otto1-0/+8
Fixes #20975: navbar-text on navbar-dark and bg-inverse is invisible
2016-10-30Fixes #20975: removed trailing whitespaceValentine Abanosimov1-1/+1
2016-10-30Fixes #20975: removed trailing whitespaceValentine Abanosimov1-1/+1
2016-10-30Fixes #20975: made navbar-text color on navbar-dark equal to non-hovered ↵Valentine Abanosimov1-0/+8
link color
2016-10-28gruntMark Otto16-12/+24
2016-10-28Merge pull request #21041 from twbs/horizontal-form-validation-exampleMark Otto2-3/+47
Horizontal form validation example
2016-10-28add horizontal form examplesMark Otto1-0/+35
2016-10-28rework some copyMark Otto1-3/+11
2016-10-28include .col-form-label in the form validation field mixinMark Otto1-0/+1
2016-10-28Merge pull request #17536 from Johann-S/testPaddingMark Otto1-0/+38
[Fix #17400] Add tests about padding restoration
2016-10-27gruntMark Otto25-45/+63
2016-10-27Merge branch 'issue19217' of https://github.com/alberto/bootstrap into ↵Mark Otto1-6/+16
alberto-issue19217
2016-10-27Merge pull request #19887 from ryanburnett/v4-devMark Otto1-6/+12
Alphabetized carousel options & added "ride" to it
2016-10-27Merge pull request #19915 from zalog/patch-9Mark Otto1-0/+1
Zero out the default margin-bottom on label.custom-file
2016-10-27Merge pull request #20101 from heath3/patch-1Mark Otto1-11/+9
Re-use 'between' mixin for 'only' mixin
2016-10-27gruntMark Otto10-40/+39
2016-10-27follow up to #20441: move file to correct placeMark Otto1-0/+0
2016-10-27Merge pull request #20225 from morishitter/v4-devMark Otto1-0/+2
Add some properties to the list of property order in .scss-lint.yml
2016-10-27Merge pull request #20441 from cortopy/visibility-mixinMark Otto3-1/+7
Visibility mixin
2016-10-27Merge pull request #18851 from ju1ius/patch-1Mark Otto1-3/+9
Don't clearfix if flexbox is enabled. Fixes #18849
2016-10-27switch to rgba for list-group border colorMark Otto1-1/+1
matches the card border-color, fixes #20129
2016-10-27Merge pull request #21032 from twbs/flexbox-input-groupMark Otto1-1/+14
Proper input group sizing and alignment in flexbox mode
2016-10-27Merge pull request #21033 from twbs/label-less-custom-controlsMark Otto1-0/+1
Add a min-height: 1.5rem; to custom controls
2016-10-27Merge pull request #21034 from twbs/better-custom-control-alignmentMark Otto1-1/+1
Calculcate the top offset for custom control indicators
2016-10-27gruntMark Otto4-4/+4