aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-12-28Expand border utilities to include top, right, bottom, leftMark Otto1-1/+6
2017-12-28Remove blank lineysds1-1/+0
2017-12-28Add docs about active menu items (#24993)ysds1-0/+13
2017-12-28lintingMark Otto1-1/+1
2017-12-28Move alert theme-color() levels to variablesMark Otto2-1/+5
Closes #24341
2017-12-28add note about single vs groupMark Otto1-1/+1
2017-12-28Update JS-powered buttons docs to include single button exampleMark Otto1-8/+2
Closes #25067
2017-12-28Allow customizing Popover and Tooltip `border-radius` while I'm at itPatrick Yeo3-2/+4
2017-12-28Allow customizing Popover and Tooltip `font-size` outside of `$font-size-sm`Patrick Yeo3-2/+4
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