aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-12-26Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto7-146/+90
2017-12-26distMark Otto8-94/+86
2017-12-26lintingMark Otto2-13/+9
2017-12-26un-nest and un-chain popover classesMark Otto1-107/+106
2017-12-26consolidate content properties, un-nestMark Otto1-50/+55
2017-12-26smaller popover arrows for more reasonable visuals and more ideal pixel roundingMark Otto1-2/+2
2017-12-26remove popover static exampleMark Otto2-75/+3
2017-12-26remove broken static demoMark Otto1-34/+1
2017-12-26Merge branch 'fix-arrows' of https://github.com/simonihmig/bootstrap into ↵Mark Otto3-53/+50
simonihmig-fix-arrows
2017-12-26Rewrite custom file inputMark Otto4-57/+59
- Changes the wrapping label to a div so we can style the label instead of another element while also supporting form validation. - Fixes form validation styles for custom file input (closes #24831). - Updates docs with validation styles (also adding example feedback text while I was there) and new how it works section.
2017-12-26Clean up button group (#25073)ysds1-58/+12
* Remove unnecessary float - since parent btn-group is displayed as inline-flex, the child elements are placed left to right by default. * Cleanup of reset rounded corners - Remove `border-radius :0` since it is enough by each reset of left and right side - A `.dropdown-toggle` selector should not be used for reset rounded corner since it does not have border-radius property. Instead use .dropdown-toggle as negation pseudo-class.
2017-12-26Fix input group border radius issue (#25075) (#25076)ysds2-31/+19
* Fix input group border radius issue (#25075) * Remove migration note - All buttons In input group do not have to be the same element now. * lint
2017-12-26distMark Otto8-13/+13
2017-12-26Darken table border-colorMark Otto1-1/+1
Fixes #25016 which noticed a .thead-light and border-color of the .table-border are the same color.
2017-12-26distMark Otto5-62/+62
2017-12-26Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto10-54/+54
2017-12-26distMark Otto11-22/+601
2017-12-26Closes #25039Mark Otto1-1/+1
Adds some additional context on `.form-group` usage
2017-12-26Update SCSS import order to have print styles lastMark Otto1-1/+1
2017-12-26Move from h4s and misc to h5s so headings from example snippets don't show ↵Mark Otto9-52/+52
in our table of contents
2017-12-23remove input group overrides since they're defaults nowMark Otto1-10/+0
2017-12-23space custom select sizing examplesMark Otto1-1/+1
2017-12-23Make custom select and file inputs 100% wideMark Otto2-4/+2
Matches browser default inputs and swaps some max-width properties for a regular width
2017-12-23closes #24973Mark Otto1-0/+1
2017-12-23prefix thoseMark Otto1-0/+2
2017-12-23change headingMark Otto1-1/+1
2017-12-23further clarify z-index docs, fix #24999Mark Otto1-4/+4
2017-12-23Fix tooltip/popover arrow size and positionsimonihmig3-53/+50
2017-12-23Update our browserslist. (#24919)XhmikosR1-4/+6
Update our browserslist. * Add `last 1 major version` and `>= 1%`. * Add Firefox. Firefox v38 is older than the ESR, so basically replace ESR with v38.
2017-12-22distMark Otto4-17/+34
2017-12-22Move .table-responsive to a parent class instead of a modifierMark Otto2-136/+103
2017-12-22adds hover state to the `button` element for background color utilities (#24813)Andres Galante2-2/+4
* adds a hover state to the button element on the backrgound color utitility * Adjust z-index to fix hover/focus overlaps
2017-12-22distMark Otto8-19/+31
2017-12-22Updated Quick Start Link (#25001)JCA1222041-1/+1
* Updated Link For Getting started Page * Change URL scheme of previous commit From http to https
2017-12-22Restyle code element, remove docs example overflow, improve docs examples ↵Mark Otto13-163/+121
(#25054) * Restyle code element, clean up variables - Removes the padding and background-color - Changes the color to a brand color () - Add new variables to kbd element styles to account for removing the code ones - Remove overrides that were needed previously * only break between words, and override it in the pre * make file inputs 100% wide * scope custom file changes in input group for sizing * shorter button labels for responsive * narrower cards * button was too wide * downsize * fewer links in pagination * redo cell text * improve overflow docs
2017-12-22distMark Otto6-79/+69
2017-12-22Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto7-267/+234
2017-12-22distMark Otto31-344/+381
2017-12-22Form check markup v2 (#25050)Mark Otto7-267/+234
* match layout behaviors * ditch the indicator as separate element for psuedo-elements on the label * move disabled to attribute only on input * redo default inline check to support new markup * redo inline forms * clean up vars * update validation mixin to new structure * update checks in docs * linting for for/id attributes
2017-12-22Rewrite input group component (#25020)Mark Otto7-330/+346
* Rewrite input group component * Set the feedback to 100% width for input group * Move from .row to .form-row for tighter layout * no need for custom feedback here, we're using browser messaging * add input group to validation examples * add note about validating multiple * migration note added
2017-12-22Update devDependencies and gems. (#25023)XhmikosR3-868/+3932
2017-12-16distMark Otto9-74/+106
2017-12-16Link to BootstrapCDN and fix its name. (#24987)XhmikosR3-6/+6
2017-12-12tooltip+popover: add boundary config option (#24979)Troy Morehouse3-2/+19
2017-12-12dropdown: add boundary config option (#24976)Troy Morehouse3-3/+67
2017-12-11Specify host 0.0.0.0 for Jekyll (#24974)Patrick H. Lauke1-0/+1
Allows for remote connections on same network (as Jekyll now seems to default to 127.0.0.1 which means it does not react to incoming external requests)
2017-12-08Update link to Font Awesome Christian Oliff1-1/+1
They have a shiny new site for v5 - https://fontawesome.com/
2017-12-07Use only transitionend event (#24962)Mr_Green1-15/+2
2017-12-05Remove page reload in pwa.js. (#24923)XhmikosR1-15/+2
2017-12-05Update devDependencies and gems. (#24940)XhmikosR6-457/+483