| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-10-22 | Replace some border-radius properties for the mixin, closes #23872 | Mark Otto | 3 | -4/+4 | |
| 2017-10-22 | Merge branch 'input-group-custom-forms' into v4-dev | Mark Otto | 1 | -4/+27 | |
| 2017-10-22 | Update _variables.scss | Mark Otto | 1 | -1/+1 | |
| 2017-10-22 | Merge branch 'v4-dev' into btn_input_split_variables | Mark Otto | 26 | -104/+168 | |
| 2017-10-23 | Refactor a few selectors. (#24404) | XhmikosR | 4 | -63/+69 | |
| 1. move a couple of them before the more specific ones. 2. change nesting to be under the same parent selector 3. use the ampersand more | |||||
| 2017-10-23 | Enable stylelint's `function-comma-space-after`. (#24501) | XhmikosR | 5 | -33/+33 | |
| The option is set to `always-single-line` in stylelint-config-standard which we extend. | |||||
| 2017-10-22 | Add variable to configure the `$dropdown-border-radius`. (#24376) | José Francisco | 2 | -1/+2 | |
| 2017-10-22 | match property order | Mark Otto | 1 | -1/+1 | |
| 2017-10-22 | adds animation to color on outlined btns | Andres Galante | 1 | -1/+1 | |
| 2017-10-22 | add vars for yiq color contrast function | Mark Otto | 2 | -2/+6 | |
| 2017-10-22 | Fix for right padding in dismissible alerts (#24481) | Eugene Kopyov | 1 | -0/+2 | |
| * Fix for right padding in dismissible alerts * Removed extra whitespace * Update _alert.scss * Update _alert.scss | |||||
| 2017-10-22 | fix custom file input too | Mark Otto | 1 | -1/+3 | |
| 2017-10-22 | match space after comma, darken invalid/valid bg color on custom checks | Mark Otto | 1 | -4/+4 | |
| 2017-10-22 | use rgba() so it's not at full opacity | Mark Otto | 1 | -1/+1 | |
| 2017-10-22 | Merge branch 'custom-checkboxes-radios-correct-color' of ↵ | Mark Otto | 1 | -2/+7 | |
| https://github.com/sabrown84/bootstrap into sabrown84-custom-checkboxes-radios-correct-color | |||||
| 2017-10-22 | Remove `thumbnail-transition` from `.img-thumbnail`. | XhmikosR | 2 | -2/+0 | |
| We don't change anything so the transition is basically unused. | |||||
| 2017-10-22 | match width behaviour of form-control to form-control-plaintext (#24486) | Gijs Boddeus | 1 | -0/+2 | |
| 2017-10-22 | fix card group border radii (#24491) | Gijs Boddeus | 1 | -7/+15 | |
| 2017-10-22 | fix vertical input button group margin (#24498) | Gijs Boddeus | 1 | -0/+2 | |
| * add margin-bottom to .btn of a vertical button group * match margins of radio/checkbox buttons in a btn-group to the actual buttons * add comment | |||||
| 2017-10-21 | really fix indentation, reorder | Mark Otto | 1 | -4/+5 | |
| 2017-10-21 | use vars, fix indentation | Mark Otto | 1 | -4/+3 | |
| 2017-10-20 | Sass correction | Sharrell Porter | 1 | -1/+5 | |
| 2017-10-20 | sync-commits erge branch 'v4-dev' into custom-checkboxes-radios-correct-color | Sharrell Porter | 23 | -112/+149 | |
| 2017-10-20 | Remove margin from pre in code.scss since it's already set in reboot (#24366) | Andres Galante | 1 | -2/+0 | |
| 2017-10-20 | Reduce z-indexes in button-group, input-group, list-group, and pagination to ↵ | rmacklin | 4 | -9/+9 | |
| the minimum necessary (#24315) These were using `z-index: 2` to "Place active items above their siblings for proper border styling". However, using `z-index: 1` is sufficient for accomplishing that goal. In input-group, there were also three `z-index: 3` rules for the hover/focus/active states. I reduced these to `z-index: 2` since they just needed to be "one more than normal" (i.e. one more than what is now `z-index: 1` after my changes). These changes can be verified by viewing the documentation pages for Button group, Input group, List group, and Pagination before and after this commit and observing that the active elements are still "above" their siblings, so their borders look correct. | |||||
| 2017-10-20 | Remove background-image: none; on .form-control (#24454) | Mark Otto | 1 | -2/+0 | |
| As the diff shows, this was for a Firefox Android issue that's since been fixed. Closes #23817. | |||||
| 2017-10-19 | Add input group support for custom selects and custom files | Mark Otto | 1 | -4/+27 | |
| Closes #24437, closes #22457 | |||||
| 2017-10-19 | fix version number | Mark Otto | 3 | -3/+3 | |
| 2017-10-19 | new version number | Mark Otto | 3 | -3/+3 | |
| 2017-10-19 | Gradients and shadows (#24429) | Mark Otto | 11 | -19/+63 | |
| * Update the form focus mixin to use a manual `$enable-shadows` check so we can always ensure a focus state for accessibility and consistency * - Add new `$input-btn-focus-width` and `$input-btn-focus-color` variables. - Replace separate `$btn-focus-box-shadow` and `$input-focus-box-shadow` variables with unified `$input-btn-focus-box-shadow` to match our combined variables approach elsewhere. * Put new focus width var to use in buttons mixins * use new button input-box shadow var * Add a new mixin for quickly adding linear gradient to components when $enable-gradients is set to true * use correct var * fix focus shadows in button mixins * Add opt-in gradients to alerts, buttons, carousel, custom radios and checkboxes, custom file input, and dropdown items * Generate .bg-gradient- utilities * add headings to colors page and document bg-gradient utils * update the button color for active status, check with yiq as it's done for basic state and hover state | |||||
| 2017-10-19 | Reindent _variables.scss. (#24428) | XhmikosR | 1 | -20/+20 | |
| 2017-10-19 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 1 | -8/+17 | |
| 2017-10-19 | fix functions, lighter colors on active | Mark Otto | 1 | -3/+3 | |
| 2017-10-19 | Merge branch 'btn-active' of https://github.com/andresgalante/bootstrap into ↵ | Mark Otto | 1 | -5/+5 | |
| andresgalante-btn-active | |||||
| 2017-10-19 | append btn-* and input-* variables and extends their from input-btn-* variables | i.sychev | 5 | -47/+78 | |
| 2017-10-19 | Move theme variables outside of the theme map. (#23918) | Andres Galante | 1 | -8/+17 | |
| 2017-10-18 | Rename navbar height variables to reflect their value (#24161) | Dylan Seago | 1 | -3/+3 | |
| 2017-10-18 | Increase headings-line-height from 1.1 to 1.2 (#24423) | Mark Otto | 1 | -1/+1 | |
| This way, descenders are not cropped when truncating. Fixes #23956. | |||||
| 2017-10-18 | Set font-sizes relative to font-size-base (#24060) | tillmon | 1 | -20/+20 | |
| * font-sizes relative to font-size-base * ditch $heading-font-size-base, simplify * apply same to .lead var * also update progress bar font-size var | |||||
| 2017-10-18 | Improves forms migration guide, docs, and scss (#24348) | Andres Galante | 1 | -5/+0 | |
| * fixes migration forms guides * removes container from Horizontal form * adds col-form-label sizes on form docs * removes .form-control-label from forms.scss * add note to migration | |||||
| 2017-10-18 | mention forked from normalize | Mark Otto | 1 | -0/+1 | |
| 2017-10-17 | Revert #23108 to restore list group borders (#24411) | Mark Otto | 1 | -5/+0 | |
| * revert #23108, which had no bug but was a problem with the example code * add example to the docs for future proofing * move it up | |||||
| 2017-10-17 | Add copyright and license headers to grid and reboot files | Mark Otto | 2 | -12/+12 | |
| Fixes #24311 | |||||
| 2017-10-17 | changes popovers from px to rem | Andres Galante | 2 | -26/+23 | |
| 2017-10-16 | matching-branch | Sharrell Porter | 1 | -0/+1 | |
| Merge branch 'custom-checkboxes-radios-correct-color' of github.com:sabrown84/bootstrap into custom-checkboxes-radios-correct-color | |||||
| 2017-10-16 | correcting color | Sharrell Porter | 1 | -0/+1 | |
| 2017-10-15 | Merge branch 'v4-dev' into yiq-function-update | Gijs Boddeus | 10 | -473/+496 | |
| 2017-10-14 | Escape SassScript in custom variable values (#24354) | Gleb Mazovetskiy | 1 | -5/+8 | |
| This is required for Sass v3.5+ compatibility. See https://github.com/sass/sass/blob/stable/doc-src/SASS_CHANGELOG.md#backwards-incompatibilities----must-read and https://github.com/sass/sass/issues/2383 | |||||
| 2017-10-11 | Add border radius to an image when it's the only card of a card group (#24321) | Andres Galante | 1 | -0/+7 | |
| 2017-10-11 | Add borderless table class along with docs. Rebase | Varunram | 1 | -0/+6 | |
