| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | 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-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-10 | Refactor a few selectors so that the least specific ones are first. (#24310) | XhmikosR | 3 | -23/+23 | |
| 2017-10-10 | Use `$white` variable for `.navbar-dark`'s color. (#24309) | XhmikosR | 1 | -1/+1 | |
| Using `rgba($white,1)` results in `white` instead of the hex. | |||||
| 2017-10-09 | Ensure active button styles are not applied to disabled buttons | Prateek Goel | 2 | -6/+6 | |
| 2017-10-09 | Centered SVG icon within its own container (#24292) | Gisete Kindahl | 1 | -2/+2 | |
| 2017-10-07 | Enable stylelint's no-duplicate-selectors rule. | XhmikosR | 2 | -15/+13 | |
| 2017-10-07 | Reindent _variables.scss. | XhmikosR | 1 | -419/+421 | |
| Now it's more consistent. Also switch to numeric values for font-weight. | |||||
| 2017-10-07 | Enable stylelint for _reboot.scss. | XhmikosR | 1 | -3/+13 | |
| 2017-10-05 | formatting | Mark Otto | 1 | -2/+2 | |
| 2017-10-05 | Add comment where we explicitly use `flex: 1 0 0%;`. | XhmikosR | 1 | -0/+2 | |
| 2017-10-05 | make-col-offset: Remove percentage if it's zero. | XhmikosR | 1 | -1/+2 | |
| 2017-10-05 | Merge branch 'v4-dev' into yiq-function-update | Gijs Boddeus | 1 | -19/+7 | |
| 2017-10-04 | Fix dropup in bottom navbar for all the breakpoints | Johann-S | 1 | -19/+7 | |
| 2017-10-04 | fix travis error | Gijs Boddeus | 1 | -1/+1 | |
| 2017-10-04 | Merge branch 'v4-dev' into yiq-function-update | Gijs Boddeus | 1 | -0/+19 | |
| 2017-10-04 | revert 1db5082 | Gijs Boddeus | 1 | -2/+2 | |
| 2017-10-04 | Fix caret position for Dropdown in a bottom navbar | Johann-S | 1 | -5/+16 | |
| 2017-10-04 | Fix dropup in navbar | Johann-S | 1 | -0/+8 | |
| 2017-10-04 | rearrange properties in _borders.scss mixins | Gijs Boddeus | 1 | -2/+2 | |
| 2017-10-04 | Merge branch 'v4-dev' into yiq-function-update | Gijs Boddeus | 50 | -195/+330 | |
| 2017-10-03 | Use variable for heading margin bottom in reboot | Simon Knox | 1 | -1/+1 | |
| 2017-10-02 | Update input-btn-line-height vars to reassign global sm/lg vars | Mark Otto | 1 | -3/+3 | |
| 2017-10-02 | Update input/button padding to fix cutoff text in Windows Chrome | Mark Otto | 1 | -2/+2 | |
| 2017-10-02 | Fix media-breakpoint-between (#23997) | Trent Clowater | 1 | -2/+12 | |
| * Fix media-breakpoint-between When compiling .scss that uses media-breakpoint between with xs as the lower bound or xl as the upper bound, a compilation error can occur due to $min/$max being set to null, or the resulting .css can be invalid (see issue #23965). (This is basically the same fix that was applied to media-breakpoint-only a short time ago). * Update _breakpoints.scss Make houndci-bot recommended changes. | |||||
| 2017-10-02 | Badges add Sass variable to configure `$badge-border-radius` (#24213) | Patrick Yeo | 2 | -1/+2 | |
| 2017-10-02 | Fix custom-select with "multiple" attribute (#23055) | Lodder | 1 | -0/+5 | |
| 2017-10-02 | Merge branch 'dropdown-caret' of https://github.com/pat270/bootstrap into v4-dev | Mark Otto | 4 | -19/+39 | |
| 2017-10-02 | Nav Pills with open dropdown don't reflect the nav-pills active state. The ↵ | Patrick Yeo | 1 | -5/+5 | |
| active state should also be reflected when using collapse plugin inside nav-pills. | |||||
| 2017-10-02 | Fix buttons that come after the input (input should be under the button) | Mark Otto | 1 | -0/+6 | |
| 2017-10-02 | First child of input group segmented buttons are off by -btn-border-width | Patrick Yeo | 1 | -0/+4 | |
| 2017-10-02 | Form Validation `.valid-feedback` and `.valid-tooltip` are unstyled (#23527) | Patrick Yeo | 2 | -22/+22 | |
| 2017-10-02 | Switch to stylelint. (#23572) | XhmikosR | 34 | -34/+65 | |
