| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2017-10-02 | adds a border radius to modal headers (#23799) | Andres Galante | 1 | -0/+1 | |
| 2017-10-02 | add display `table-cell` (#24004) | Paweł Kuna | 1 | -0/+1 | |
| 2017-10-02 | removes border radius from btn-link (#24128) | Andres Galante | 1 | -1/+0 | |
| 2017-10-02 | Add order first to grid (#24202) | Luke Frake | 1 | -0/+4 | |
| * Add first class to grid framework to add negative ordering * Add order-first explination to the docs | |||||
| 2017-10-02 | Remove duplicated code in .card-header | vsn4ik | 1 | -4/+0 | |
| 2017-10-02 | Opaque input borders (#24198) | Mark Otto | 1 | -1/+1 | |
| 2017-10-02 | Revert input group border changes (#24197) | Mark Otto | 3 | -10/+5 | |
| Turns out #22612 is a bad idea and it makes all sorts of weird visual glitches when working with form controls and transparent borders. | |||||
| 2017-10-02 | fix .col-form-label paddings and add line-height (#23121) | wojtask9 | 1 | -6/+9 | |
| 2017-10-02 | fixes input group btn height (#23810) | Andres Galante | 1 | -1/+4 | |
| 2017-10-02 | fixes navbar-text link colors (#23702) | Andres Galante | 1 | -0/+14 | |
| 2017-10-01 | Generate CSS variables for colors, breakpoints, fonts (#23761) | Félix Saparelli | 2 | -0/+17 | |
| * Generate CSS variables See #23349 Supersedes #23446 * Ignore _root.scss for linting | |||||
| 2017-10-01 | remove Dist fils as per suggestion (#23092) | Chirag Modi | 1 | -1/+2 | |
| 2017-10-01 | Fix #23013: Add boder-top:0 in .list-group-flush .list-group-item (#23108) | Chirag Modi | 1 | -0/+5 | |
| 2017-10-01 | fixed issue with hr tag mention in 23032 (#23078) | Chirag Modi | 1 | -0/+5 | |
| 2017-10-01 | extends the click area of the close btn on modals (#23783) | Andres Galante | 1 | -2/+3 | |
| 2017-09-30 | changes reset for mixin list reset on pagination | Andres Galante | 1 | -3/+1 | |
| 2017-09-30 | changes the order of the close btn on alerts to improve accecibility | Andres Galante | 1 | -3/+4 | |
| 2017-09-30 | Remove dropdown anchor focus override | Ari Rizzitano | 1 | -8/+0 | |
| Overriding the focus outline for links within the dropdown menu causes accessibility issues for keyboard-only users. This removes the override, reenabling the browser's default focus outline. | |||||
| 2017-09-27 | Reset button element border-radius in Reboot (#24126) | Mark Otto | 1 | -0/+7 | |
