aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-11-28gruntMark Otto29-183/+175
2016-11-28Fix incorrect select height calculation (#21171)Florian Schlittenbauer2-2/+2
2016-11-28Yarn install instruction (#21234)Michael Cook1-0/+1
2016-11-28Remove lots of duplication + minor cleanup (#21238)Starsam8013-201/+94
* Remove comment that duplicated some code * Use transition mixin whenever possible * Create a new function to reduce duplication * Use the new `breakpoint-infix` method
2016-11-28Inverse card improvements (#21242)Mark Otto2-1/+3
* Add a color to .card-inverse to account for non .card- prefixed classes * reword the docs to better articulate what the class does
2016-11-28Replacement for #20602 (#21236)Mark Otto1-1/+2
* Fixed incorrect instruction: "Press ⌘ to copy" It needed to be "Press ⌘C to copy" * Updated to concatenate copy string Updated copy command to concatenated string to prevent potential issues * Updated the way the copy string concatenates As per excellent suggestion by @tomlutzenberger * Removed semicolon line endings ;P * var not const or let
2016-11-28gruntMark Otto16-32/+20
2016-11-27Fix #20013, nullify #21112 (#21230)Mark Otto1-3/+2
Add padding to dismiss button for alerts and use position to place it. Removes extra padding on .alert-dismissible's right side, too. We could probably further simplify these things in the future as well.
2016-11-27gruntMark Otto29-77/+100
2016-11-27Follow up to #21052 to match small pagination links with small buttonsMark Otto1-2/+2
2016-11-27Set line-height for page-links (#21052)Stefan Staynov2-1/+2
2016-11-27Add alert-margin-bottom variable (#21064)Cyril Kyburz2-1/+2
2016-11-27Made card header and footer's background transparent on .card-inverse (#21111)Rodrigo Waltenberg1-0/+1
Solves issue #18946
2016-11-27Rename `.col-xs` to `.col` + some other cleanup (#21222)Starsam806-73/+86
* Use `breakpoint-min` instead of a counter * Remove 'xs' from flexbox grid
2016-11-27gruntMark Otto29-1074/+846
2016-11-27Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto34-237/+279
2016-11-27make a brief mention of #20433Mark Otto1-1/+1
2016-11-27Rename `.navbar-toggleable-xs` to `.navbar-toggleable` + more cleanup (#21226)Starsam8015-117/+81
* Clean up some utilities - Align CSS properties - In `_spacing.scss`, we had a comment saying what 'a' was for, but we removed that so this comment no longer applies * Remove '-xs' from `.navbar-toggleable-xs` and remove duplication * Fix outdated classes to use newer ones
2016-11-27Update clearfix mixin (#21224)Mark Otto2-8/+5
* Update clearfix to use block instead of table display (also reorder properties for linting) * update docs snippet for clearfix mixin—was apparently still using Less syntax and had old clearfix hack (even before the block change in this PR)
2016-11-27Add max-width 100% and max-height 100% utilities (#21221)Mark Otto2-1/+16
2016-11-27Closes #21055: Prevents ScrollSpy from clearing active item when Safari ↵Rob Ruana2-1/+45
rubberbands (#21056) When the rubberband effect causes Safari to scroll past the top of the page, the value of scrollTop becomes negative. If the offset of the first ScrollSpy target is 0 - essentially if the target is at the top of the page - then ScrollSpy should not clear the active item. Conceptually, the first item should remain active when rubberbanding past the top of the page. This commit fixes issue #21055 by verifying the first scrollspy target is not at the top of the page before clearing the active nav-item.
2016-11-27Rename `.flex-xs-*` and `.flex-items-xs-*` to `.flex-*` and `.flex-items-*` ↵Starsam805-46/+66
(#21218) * Clean up _flex.scss a little This commit just cleans up the formating of _flex.scss by changing it so that it uses a single `@include media-breakpoint-up` instead of multiple. It also aligns all of the CSS properties so it looks a bit nicer. * Remove `-xs` from flex classes
2016-11-27Remove redundant media queries (#21220)Starsam803-28/+22
2016-11-26Remove 'xs' from text utilities (#21217)Starsam8011-44/+52
2016-11-26update scss linter to allow multiple spaces before on single lineMark Otto1-1/+1
2016-11-26gruntMark Otto22-116/+44
2016-11-26Remove most border-radius properties and instead use overflow: hidden; to ↵Mark Otto1-15/+1
properly round corners of a full progress bar. (#21216) Fixes #19065.
2016-11-26Tweak jQuery-not-found error message to mention required ordering (#19024)Stephanie Purvis1-1/+1
2016-11-26minor docs content tweaks to fix #18997Mark Otto1-1/+1
2016-11-26Update comment for use of IE9 hack to fix #18082Mark Otto1-1/+2
2016-11-26Merge branch 'container-tooltip-option' into v4-devMark Otto2-4/+8
2016-11-26gruntMark Otto16-32/+169
2016-11-26Update migration file for renamed image classes (#21215)Stephen Puiszis1-0/+2
2016-11-26Update inline forms (updated docs and new flexbox styles) (#21212)Mark Otto4-65/+125
* fix form-inline with flex enabled * grunt * fix alignment of labels * shorter if syntax * add new form example to docs for now * update inline form docs usage guidelines * responsive margins * better margin utils * fix sizing of .form-check * flexbox alignment of .form-check * no need to change direction * support custom controls in inline form, for default and flex modes * add example of custom select and checks to docs * remove hidden and visible label variants since we cover that in the usage guidelines at the start and include hidden labels everywhere * use property value instead of layout name * apply to all labels * add a visible label, space it out * add id
2016-11-26gruntMark Otto18-13/+118
2016-11-26Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto3-9/+42
2016-11-26Add .rounded-0 utility class (#21214)Ken Dale2-6/+12
* Add rounded-0 class
2016-11-26Border utilities (#21213)Mark Otto29-22/+119
* grunt * add border utilities for removing borders * clean up comments * add basic border docs * docs styles for border utils
2016-11-26gruntMark Otto26-19/+89
2016-11-26Add .no-gutters option to remove gutters from rows (#21211)Mark Otto2-1/+42
Fixes #19107.
2016-11-26gruntMark Otto24-35/+116
2016-11-26Merge pull request #21076 from 3dd13/use-rounded-circle-in-carousel-exampleMark Otto1-3/+3
in carousel example, replace img-circle by rounded-circle css class
2016-11-26Merge pull request #21204 from ounziw/patch-1Mark Otto1-9/+9
grid-breakpoint fix [document]
2016-11-26Merge pull request #21205 from twbs/navbar-disabledMark Otto2-3/+11
v4 disabled navbar links
2016-11-26Merge pull request #21208 from twbs/table-responsive-docsMark Otto2-147/+140
Update .table-responsive
2016-11-26uncomment autohiding scroll and remove commented out borderMark Otto1-5/+1
2016-11-26update commentMark Otto1-2/+2
2016-11-26Move .table-responsive to .table instead of as a parentMark Otto1-141/+133
2016-11-26prevent double border on responsive .table-borderMark Otto1-0/+5
2016-11-26Merge pull request #21203 from twbs/conditional-transition-animationsMark Otto2-5/+11
Wrap .fade and .collapsing transition properties in $enable-transitions