aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-12-28Update version to 4.0.0-beta.3v4.0.0-beta.3Mark Otto62-136/+136
2017-12-27npm distMark Otto9-7/+41
2017-12-28Set `cursor:pointer` for `<summary>`Andres Galante2-0/+17
2017-12-27apply same active/focus shadow styling to button variantsMark Otto1-5/+7
2017-12-27line breakMark Otto1-0/+1
2017-12-27fix mixin includeMark Otto1-2/+2
2017-12-27Only apply the active and focus shadow on the focus state for :activeMark Otto1-1/+5
2017-12-27distMark Otto5-4/+21
2017-12-27Opinionated: reintroduce `cursor:pointer`patrickhlauke4-0/+23
Explicitly re-adds the "hand" `cursor:pointer` for non-disabled `.btn`, `.close`, `.navbar-toggler` elements, as well as forcing `page-link` pagination controls to always have the "hand" cursor (even if an author uses it on, say, `<button>` elements for a dynamically updating in-page pagination). Controversial, as everybody jumped on the bandwagon following this article https://medium.com/simple-human/buttons-shouldnt-have-a-hand-cursor-b11e99ca374b - which does have its merits of course, but there are also counter-arguments like http://kizu.ru/en/issues/cursor-pointer/ And seeing the amount of issues we've seen following the change, and the potential complexity needed to consistently address the cursor issue (see https://github.com/twbs/bootstrap/issues/24156 where i explore how the cursor needs to be based on "intent", and how that's tough to determine), I'm favouring an opinionated take here of just reintroducing the `cursor:pointer`.
2017-12-27distMark Otto2-2/+2
2017-12-27extra spaceMark Otto1-1/+0
2017-12-27closes #24929Mark Otto1-2/+2
2017-12-27improve docs tablesMark Otto14-22/+26
2017-12-26distMark Otto6-114/+79
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