| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-06-15 | fix broken button | Mark Otto | 1 | -1/+1 | |
| 2017-06-15 | render the colors | Mark Otto | 1 | -0/+80 | |
| 2017-06-15 | add new color vars and maps | Mark Otto | 1 | -12/+64 | |
| 2017-06-15 | add color contrast and map-get functions | Mark Otto | 1 | -0/+23 | |
| 2017-06-15 | prep docs for displaying the colors | Mark Otto | 5 | -1/+86 | |
| 2017-06-15 | clarify now that custom is gone | Mark Otto | 1 | -6/+1 | |
| 2017-06-15 | full build | Mark Otto | 8 | -14/+18 | |
| 2017-06-15 | Rename popover classes | Mark Otto | 7 | -52/+52 | |
| Part of an update to align the naming schemes across our components. - Renames .popover-title to .popover-header - Renames .popover-content to .popover-body Refs: #22092 | |||||
| 2017-06-15 | Rename .card-block to .card-body to match nomenclature of modals | Mark Otto | 6 | -67/+67 | |
| 2017-06-15 | Fix duplicate ID in our documentation | Johann-S | 2 | -14/+14 | |
| 2017-06-14 | docs css build | Mark Otto | 2 | -2/+2 | |
| 2017-06-14 | call functions file in docs css | Mark Otto | 2 | -2/+4 | |
| 2017-06-14 | build | Mark Otto | 3 | -3/+3 | |
| 2017-06-14 | Merge branch 'v4-dev' into rip-custom | Mark Otto | 5 | -56/+52 | |
| 2017-06-14 | rearrange, add comments | Mark Otto | 1 | -8/+18 | |
| 2017-06-14 | Move scss functions from top of variables to separate file, then import it ↵ | Mark Otto | 5 | -56/+42 | |
| into other build files | |||||
| 2017-06-14 | Merge branch 'v4-dev' into rip-custom | Mark Otto | 49 | -1058/+1461 | |
| 2017-06-14 | build | Mark Otto | 11 | -111/+205 | |
| 2017-06-14 | Merge branch 'form-tweaks' of https://github.com/twbs/bootstrap into form-tweaks | Mark Otto | 32 | -300/+531 | |
| 2017-06-14 | mention updates in migration doc | Mark Otto | 1 | -0/+2 | |
| 2017-06-14 | Add note to migration guide | Patrick H. Lauke | 1 | -0/+1 | |
| 2017-06-14 | Rename .form-control-static to .form-control-readonly-plain | Patrick H. Lauke | 2 | -8/+8 | |
| 2017-06-14 | Merge branch 'v4-dev' into form-tweaks | Mark Otto | 29 | -291/+521 | |
| 2017-06-14 | Update Popper.js 1.10.1 | Johann-S | 22 | -25/+25 | |
| 2017-06-14 | Collapse supports multi-target thanks to @vanduynslagerp (#22713) | Johann-S | 3 | -13/+146 | |
| 2017-06-14 | Use localhost because Win Edge block loopback access | Johann-S | 1 | -1/+1 | |
| 2017-06-14 | Fix unit tests with no assertion | Johann-S | 1 | -11/+23 | |
| 2017-06-14 | Upgrade QUnit to 2.3.3 | Johann-S | 2 | -241/+326 | |
| 2017-06-13 | Remove the confusing _custom.scss file | Mark Otto | 4 | -7/+0 | |
| 2017-06-13 | copy tweaks | Mark Otto | 1 | -3/+1 | |
| 2017-06-13 | Merge branch 'form-tweaks' of https://github.com/twbs/bootstrap into form-tweaks | Mark Otto | 1 | -6/+6 | |
| 2017-06-13 | tighten up sidebar | Mark Otto | 1 | -2/+6 | |
| 2017-06-13 | rearrange, new examples, new docs | Mark Otto | 1 | -505/+369 | |
| 2017-06-13 | move from .gutters-sm to .form-row to be super explicit about intended use case | Mark Otto | 2 | -12/+18 | |
| 2017-06-13 | Merge branch 'v4-dev' into form-tweaks | Mark Otto | 22 | -109/+114 | |
| 2017-06-13 | (Fixes #22414) Rename for consistency `$custom-checkbox-radius`, ↵ | Patrick Yeo | 2 | -13/+13 | |
| `$custom-checkbox-checked-icon`, `$custom-checkbox-indeterminate-indicator-color`, `$custom-checkbox-indeterminate-icon`, `$custom-radio-radius`, `$custom-radio-checked-icon`, `$custom-select-sm-font-size`, to `$custom-checkbox-border-radius`, `$custom-checkbox-icon-checked`, `$custom-checkbox-indicator-indeterminate-color`, `$custom-checkbox-icon-indeterminate`, `$custom-radio-border-radius`, `$custom-radio-icon-checked`, `$custom-select-font-size-sm` respectively | |||||
| 2017-06-13 | Rename `$font-size-h*` to `$h*-font-size` for consistency (#22414) | Patrick Yeo | 2 | -12/+12 | |
| 2017-06-13 | Rename for consistency `$table-sm-cell-padding`, `$table-bg-accent`, ↵ | Patrick Yeo | 2 | -12/+12 | |
| `$table-bg-hover`, `$table-bg-active`, `$table-inverse-bg-accent`, `$table-inverse-bg-hover` to `$table-cell-padding-sm`, `$table-accent-bg`, `$table-hover-bg`, `$table-active-bg`, `$table-inverse-accent-bg`, `$table-inverse-hover-bg`, respectively (#22414) | |||||
| 2017-06-13 | (#22414) Rename for consistency `$input-bg-disabled`, `$input-bg-focus`, ↵ | Patrick Yeo | 3 | -12/+12 | |
| `$input-border-color-focus`, `$input-box-shadow-focus`, `$input-color-focus`, `$input-color-placeholder` to `$input-disabled-bg`, `$input-focus-bg`, `$input-focus-border-color`, `$input-focus-box-shadow`, `$input-focus-color`, `$input-placeholder-color`, respectively | |||||
| 2017-06-13 | (#22414) Rename for consistency `$custom-control-disabled-indicator-bg`, ↵ | Patrick Yeo | 2 | -21/+21 | |
| `$custom-control-disabled-description-color`, `$custom-control-checked-indicator-color`, `$custom-control-checked-indicator-bg`, `$custom-control-checked-indicator-box-shadow`, `$custom-control-focus-indicator-box-shadow`, `$custom-control-active-indicator-color`, `$custom-control-active-indicator-bg`, `$custom-control-active-indicator-box-shadow` to `$custom-control-indicator-disabled-bg`, `$custom-control-description-disabled-color`, `$custom-control-indicator-checked-color`, `$custom-control-indicator-checked-bg`, `$custom-control-indicator-checked-box-shadow`, `$custom-control-indicator-focus-box-shadow`, `$custom-control-indicator-active-color`, `$custom-control-indicator-active-bg`, `$custom-control-indicator-active-box-shadow`, respectively | |||||
| 2017-06-13 | (#22414) Renamed for consistency `$nav-disabled-link-color`, ↵ | Patrick Yeo | 2 | -13/+13 | |
| `$nav-tabs-active-link-color`, `$nav-tabs-active-link-bg`, `$nav-tabs-active-link-border-color`, `$nav-pills-active-link-color`, `$nav-pills-active-link-bg` to `$nav-link-disabled-color`, `$nav-tabs-link-active-color`, `$nav-tabs-link-active-bg`, `$nav-tabs-link-active-border-color`, `$nav-pills-link-active-color`, `$nav-pills-link-active-bg`, respectively | |||||
| 2017-06-13 | (#22414) Renamed for consistency `$modal-dialog-sm-up-margin-y`, ↵ | Patrick Yeo | 2 | -6/+6 | |
| `$modal-content-xs-box-shadow`, `$modal-content-sm-up-box-shadow`, to `$modal-dialog-margin-y-sm-up`, `$modal-content-box-shadow-xs`, `$modal-content-box-shadow-sm-up`, respectively | |||||
| 2017-06-13 | Update _variables.scss | Mark Otto | 1 | -1/+1 | |
| 2017-06-13 | Mention variable naming scheme to help with #22414 | Mark Otto | 1 | -0/+3 | |
| 2017-06-11 | reorder that | Mark Otto | 1 | -6/+6 | |
| 2017-06-10 | nuke subheader | Mark Otto | 1 | -2/+0 | |
| 2017-06-10 | add labels and ids | Mark Otto | 1 | -2/+31 | |
| 2017-06-10 | document server side fallbacks | Mark Otto | 1 | -5/+33 | |
| 2017-06-10 | mention fallbacks | Mark Otto | 1 | -0/+3 | |
| 2017-06-10 | words | Mark Otto | 1 | -1/+1 | |
