aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-11-26Merge pull request #21207 from twbs/modal-sizesMark Otto1-2/+2
Tweak modal sizes
2016-11-26Merge pull request #18900 from vlastikcz/v4-dev-buttonChangeMark Otto2-1/+21
Button toggling - trigger change event on input. Fixes #16673, fixes #17599.
2016-11-26Merge pull request #19058 from Johann-S/carouselInputMark Otto2-2/+33
Carousel - Do not prevent on keydown for input and textarea
2016-11-26Merge branch 'v4-dev' into modal-sizesMark Otto23-40/+62
2016-11-26gruntMark Otto1-1/+1
2016-11-26Follow up fix to #19953 for linting error in buildsMark Otto1-1/+1
See https://travis-ci.org/twbs/bootstrap/jobs/179010884 for build failure
2016-11-26gruntMark Otto6-8/+8
2016-11-26Merge branch 'v4-dev-18796' of https://github.com/maxbeatty/bootstrap into ↵Mark Otto2-1/+23
maxbeatty-v4-dev-18796
2016-11-26gruntMark Otto12-24/+24
2016-11-26Merge pull request #21206 from twbs/gray-lightestMark Otto1-5/+5
Update use of $gray-lightest variable
2016-11-26decrease size of modal-md and modal-lg to ensure fitting in responsive layoutsMark Otto1-2/+2
2016-11-26gruntMark Otto14-26/+48
2016-11-26Dropdown perf - on keyboard nav, find active item in the active dropdown ↵Pierre-Denis Vanduynslager1-5/+1
rather than the whole document (#19953)
2016-11-26change instances of hardcoded lightest gray to sass variable -lightestMark Otto1-2/+2
2016-11-26change uses of #f5f5f5 to -lightestMark Otto1-3/+3
2016-11-26add some disabled navbar link examplesMark Otto1-3/+3
2016-11-26add disabled classes to light and dark navbar nav-linksMark Otto1-0/+8
2016-11-26Implement container option for tooltips and popovers.andyexeter2-4/+8
2016-11-25fix nesting and syntax errorMark Otto1-30/+29
2016-11-25Start renaming carousel classesMark Otto1-46/+48
- Un-nests .carousel-item - Appends .carousel-item- to .left, .right, .next, and .prev - Chain .carousel-item to .active where approproriate
2016-11-25Update bootstrap-grid.scss to include box-sizing and responsive changes (#21202)Mark Otto1-0/+19
2016-11-25Add test unit to check logic of ignoreBackdropClick (#18245)Johann1-0/+13
2016-11-26grid-breakpoint fixFumito Mizuno1-9/+9
grid-breakpoint for sm is 576px https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss#L186 current document shows 544px, but it should be 576px
2016-11-25re-enable transitions (which according to the options.md doc is the default)Mark Otto1-1/+1
2016-11-25Wrap .fade and .collapsing transition properties in -transitionsMark Otto1-4/+10
2016-11-25gruntMark Otto8-6/+36
2016-11-25Refactor Dashboard example. (#21140)Bardi Harborow2-106/+103
2016-11-25v4: Flexbox nav options (#21201)Mark Otto2-4/+114
* Add some flexbox nav components - Includes .nav-justified for inline, tab, and pill nav components - Includes example of using the flex utils (.d- and .flex-items-) for centered nav * redo heading hierarchy a bit
2016-11-25gruntMark Otto4-6/+16
2016-11-25Added a virtual testmatus3-3/+14
2016-11-25Scrollspy selecting the last element when at the bottom of the page (fixes ↵matus1-1/+7
#17739)
2016-11-25gruntMark Otto23-225/+225
2016-11-25v4: Miscellaneous color changes (#21199)Mark Otto2-6/+6
* Darken dismiss icon opacity * Darken text on active list group items * Darken light gray for accessibility/contrast, then update gray and dark gray to match
2016-11-25gruntMark Otto38-89/+177
2016-11-25Merge branch 'eslint' of https://github.com/bardiharborow/bootstrap into ↵Mark Otto25-459/+497
bardiharborow-eslint
2016-11-25[Fix #17371][V4] Deactivating dropdown links in nav tab (#17642)Matt Hernandez2-1/+33
* Fix bug with dropdown tab links not deactivating when other tab or dropdown link is clicked * Revise bug fix for more stability
2016-11-25Add @supports feature query for Carousel CSS 3D transforms; fixes #15534 ↵Chris Rebert4-3/+47
(#19751) [skip sauce] [skip validator]
2016-11-25gruntMark Otto24-348/+420
2016-11-25Merge pull request #21133 from bardiharborow/normalizeMark Otto1-94/+133
Update Normalize to v5.0.0.
2016-11-25Fixes #21195: Add more table of contents to pages with longer contentsMark Otto9-3/+48
2016-11-25gruntMark Otto16-20/+20
2016-11-25Merge pull request #21187 from twbs/fix-21094Mark Otto1-1/+1
Fix pagination underline
2016-11-24Update Normalize to v5.0.0.Bardi Harborow1-94/+133
2016-11-24Make JS compliant with the new ESLint rules.Bardi Harborow22-260/+234
2016-11-24Refactor ESLint configuration.Bardi Harborow3-199/+263
2016-11-23Merge pull request #21068 from twbs/list-group-border-colorMark Otto1-1/+1
switch to rgba for list-group border color
2016-11-23Merge pull request #21118 from Elliot-Evans-95/v4-devMark Otto2-2/+2
renamed modal-title-padding to modal-header-padding
2016-11-23Fixes #21094: Move text-decoration override from the default link state to ↵Mark Otto1-1/+1
the hover/focus state so it can override the global styles properly
2016-11-23Fixes #21114: clarify by removing mention of nestingMark Otto1-1/+1
2016-11-23Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-0/+10