| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-12-28 | Update version to 4.0.0-beta.3v4.0.0-beta.3 | Mark Otto | 62 | -136/+136 | |
| 2017-12-27 | npm dist | Mark Otto | 9 | -7/+41 | |
| 2017-12-28 | Set `cursor:pointer` for `<summary>` | Andres Galante | 2 | -0/+17 | |
| 2017-12-27 | apply same active/focus shadow styling to button variants | Mark Otto | 1 | -5/+7 | |
| 2017-12-27 | line break | Mark Otto | 1 | -0/+1 | |
| 2017-12-27 | fix mixin include | Mark Otto | 1 | -2/+2 | |
| 2017-12-27 | Only apply the active and focus shadow on the focus state for :active | Mark Otto | 1 | -1/+5 | |
| 2017-12-27 | dist | Mark Otto | 5 | -4/+21 | |
| 2017-12-27 | Opinionated: reintroduce `cursor:pointer` | patrickhlauke | 4 | -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-27 | dist | Mark Otto | 2 | -2/+2 | |
| 2017-12-27 | extra space | Mark Otto | 1 | -1/+0 | |
| 2017-12-27 | closes #24929 | Mark Otto | 1 | -2/+2 | |
| 2017-12-27 | improve docs tables | Mark Otto | 14 | -22/+26 | |
| 2017-12-26 | dist | Mark Otto | 6 | -114/+79 | |
| 2017-12-26 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 7 | -146/+90 | |
| 2017-12-26 | dist | Mark Otto | 8 | -94/+86 | |
| 2017-12-26 | linting | Mark Otto | 2 | -13/+9 | |
| 2017-12-26 | un-nest and un-chain popover classes | Mark Otto | 1 | -107/+106 | |
| 2017-12-26 | consolidate content properties, un-nest | Mark Otto | 1 | -50/+55 | |
| 2017-12-26 | smaller popover arrows for more reasonable visuals and more ideal pixel rounding | Mark Otto | 1 | -2/+2 | |
| 2017-12-26 | remove popover static example | Mark Otto | 2 | -75/+3 | |
| 2017-12-26 | remove broken static demo | Mark Otto | 1 | -34/+1 | |
| 2017-12-26 | Merge branch 'fix-arrows' of https://github.com/simonihmig/bootstrap into ↵ | Mark Otto | 3 | -53/+50 | |
| simonihmig-fix-arrows | |||||
| 2017-12-26 | Rewrite custom file input | Mark Otto | 4 | -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-26 | Clean up button group (#25073) | ysds | 1 | -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-26 | Fix input group border radius issue (#25075) (#25076) | ysds | 2 | -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-26 | dist | Mark Otto | 8 | -13/+13 | |
| 2017-12-26 | Darken table border-color | Mark Otto | 1 | -1/+1 | |
| Fixes #25016 which noticed a .thead-light and border-color of the .table-border are the same color. | |||||
| 2017-12-26 | dist | Mark Otto | 5 | -62/+62 | |
| 2017-12-26 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 10 | -54/+54 | |
| 2017-12-26 | dist | Mark Otto | 11 | -22/+601 | |
| 2017-12-26 | Closes #25039 | Mark Otto | 1 | -1/+1 | |
| Adds some additional context on `.form-group` usage | |||||
| 2017-12-26 | Update SCSS import order to have print styles last | Mark Otto | 1 | -1/+1 | |
| 2017-12-26 | Move from h4s and misc to h5s so headings from example snippets don't show ↵ | Mark Otto | 9 | -52/+52 | |
| in our table of contents | |||||
| 2017-12-23 | remove input group overrides since they're defaults now | Mark Otto | 1 | -10/+0 | |
| 2017-12-23 | space custom select sizing examples | Mark Otto | 1 | -1/+1 | |
| 2017-12-23 | Make custom select and file inputs 100% wide | Mark Otto | 2 | -4/+2 | |
| Matches browser default inputs and swaps some max-width properties for a regular width | |||||
| 2017-12-23 | closes #24973 | Mark Otto | 1 | -0/+1 | |
| 2017-12-23 | prefix those | Mark Otto | 1 | -0/+2 | |
| 2017-12-23 | change heading | Mark Otto | 1 | -1/+1 | |
| 2017-12-23 | further clarify z-index docs, fix #24999 | Mark Otto | 1 | -4/+4 | |
| 2017-12-23 | Fix tooltip/popover arrow size and position | simonihmig | 3 | -53/+50 | |
| 2017-12-23 | Update our browserslist. (#24919) | XhmikosR | 1 | -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-22 | dist | Mark Otto | 4 | -17/+34 | |
| 2017-12-22 | Move .table-responsive to a parent class instead of a modifier | Mark Otto | 2 | -136/+103 | |
| 2017-12-22 | adds hover state to the `button` element for background color utilities (#24813) | Andres Galante | 2 | -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-22 | dist | Mark Otto | 8 | -19/+31 | |
| 2017-12-22 | Updated Quick Start Link (#25001) | JCA122204 | 1 | -1/+1 | |
| * Updated Link For Getting started Page * Change URL scheme of previous commit From http to https | |||||
| 2017-12-22 | Restyle code element, remove docs example overflow, improve docs examples ↵ | Mark Otto | 13 | -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-22 | dist | Mark Otto | 6 | -79/+69 | |
