| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-10-02 | Merge branch 'dropdown-caret' of https://github.com/pat270/bootstrap into v4-dev | Mark Otto | 1 | -0/+1 | |
| 2017-10-02 | Switch to stylelint. (#23572) | XhmikosR | 1 | -0/+4 | |
| 2017-10-02 | Opaque input borders (#24198) | Mark Otto | 1 | -1/+1 | |
| 2017-10-02 | Revert input group border changes (#24197) | Mark Otto | 1 | -1/+0 | |
| 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-09-27 | Add quotes to mapping keys (#23701) | Martijn Cuppens | 1 | -30/+30 | |
| 2017-09-17 | Minor Sass cleanup and consistency changes. (#23959) | XhmikosR | 1 | -2/+2 | |
| 2017-08-21 | (#22414) Rename variables `$table-inverse-bg`, `$table-inverse-accent-bg`, ↵ | Patrick Yeo | 1 | -5/+5 | |
| `$table-inverse-hover-bg`, `$table-inverse-border-color`, `$table-inverse-color` to `$table-dark-bg`, `$table-dark-accent-bg`, `$table-dark-hover-bg`, `$table-dark-border-color`, `$table-dark-color` for consistency | |||||
| 2017-08-20 | drop the now unused -color variable | Mark Otto | 1 | -1/+0 | |
| 2017-08-20 | Drop the variables file table of contents and update the comment at the top | Mark Otto | 1 | -38/+0 | |
| I never use this dang list and it just falls out of date far too easily. Dropping for my own sanity. | |||||
| 2017-08-14 | Adds a default flag to paragraph-margin-bottom (#23420) | Andres Galante | 1 | -1/+1 | |
| 2017-08-14 | Removed comment (#23415) | Jurre | 1 | -3/+0 | |
| There is no _custom.scss file anymore. | |||||
| 2017-08-14 | changes 1px to border-width variable on cards | Andres Galante | 1 | -1/+1 | |
| 2017-08-14 | Add option to disable carets on dropdowns through `$enable-caret` | Patrick Yeo | 1 | -0/+1 | |
| 2017-08-13 | Use empty Sass map and merge into it for easier customization of color maps ↵ | Mark Otto | 1 | -6/+9 | |
| (#23260) | |||||
| 2017-08-13 | Redo .card-deck and .card-group so they're always flex (#22860) | Mark Otto | 1 | -1/+2 | |
| 2017-08-10 | Input Group Addon add option to configure `$input-group-addon-color` | Patrick Yeo | 1 | -0/+1 | |
| 2017-08-10 | Custom File padding-x and padding-y values are reversed (#23067) | Patrick Yeo | 1 | -10/+10 | |
| Custom File `$custom-file-focus-box-shadow` should show even if box shadows are disabled Custom File variables should inherit from inputs | |||||
| 2017-08-10 | Add margin variable for paragraphs (#23140) | Prateek Goel | 1 | -0/+7 | |
| 2017-08-10 | Add margin variable for breadcrumb (#23138) | Prateek Goel | 1 | -0/+2 | |
| * add margin variable for breadcrumb * add margin variable for breadcrumb correction * breadcrumb margin variable changes after review | |||||
| 2017-08-10 | `$input-height-inner-lg` should use `$font-size-lg` instead of ↵ | Patrick Yeo | 1 | -1/+1 | |
| `$font-size-sm` (#23150) | |||||
| 2017-08-10 | Emoji Defaults (#22565) | Pascal Pixel | 1 | -1/+1 | |
| 2017-08-10 | Add "$border-color" variable | envolute | 1 | -0/+1 | |
| 2017-08-10 | Add SF Mono to the monospace font stack | Mark Otto | 1 | -1/+1 | |
| 2017-08-10 | Only add CSS transitions on Buttons for background-color, border-color, and ↵ | Patrick Yeo | 1 | -1/+1 | |
| box-shadow | |||||
| 2017-08-10 | Fix border on input group elements and custom form inputs | Nathan Woltman | 1 | -0/+1 | |
| c3e4cbd changed the border of input elements to be translucent. This commit makes input group elements and custom form inputs follow the same pattern. | |||||
| 2017-08-10 | 300, not light | Mark Otto | 1 | -1/+1 | |
| 2017-08-10 | Add $font-weight-light var | Mark Otto | 1 | -0/+1 | |
| 2017-08-04 | (#22414) Rename for consistency `$dropdown-margin-top` to `$dropdown-spacer` | Patrick Yeo | 1 | -1/+1 | |
| 2017-07-16 | (#22414) Rename for consistency `$custom-checkbox-border-radius`, ↵ | Patrick Yeo | 1 | -7/+7 | |
| `$custom-checkbox-icon-checked`, `$custom-checkbox-indeterminate-bg`, `$custom-checkbox-icon-indeterminate`, `$custom-checkbox-indeterminate-box-shadow`, `$custom-radio-border-radius`, `$custom-radio-icon-checked` to `$custom-checkbox-indicator-border-radius`, `$custom-checkbox-indicator-icon-checked`, `$custom-checkbox-indicator-indeterminate-bg`, `$custom-checkbox-indicator-icon-indeterminate`, `$custom-checkbox-indicator-indeterminate-box-shadow`, `$custom-radio-indicator-border-radius`, `$custom-radio-indicator-icon-checked`, respectively | |||||
| 2017-07-01 | follow up to 4e067f722 | Mark Otto | 1 | -1/+1 | |
| 2017-07-01 | remove unused $list-group-color variable; it should naturally inherit from ↵ | Mark Otto | 1 | -1/+0 | |
| the body | |||||
| 2017-07-01 | match btn transition to input | Mark Otto | 1 | -1/+1 | |
| 2017-07-01 | remove some unused vars, restore table-active variant | Mark Otto | 1 | -5/+0 | |
| 2017-07-01 | badge variants are generated from -colors Sass map | Mark Otto | 1 | -6/+0 | |
| 2017-07-01 | button variants are generated from -colors Sass map | Mark Otto | 1 | -24/+0 | |
| 2017-07-01 | no xs sizes being used | Mark Otto | 1 | -1/+0 | |
| 2017-06-30 | make card headers and footers translucent | Mark Otto | 1 | -1/+1 | |
| 2017-06-30 | Drop .blockquote-reverse, replace with text utils, and redesign blockquote ↵ | Mark Otto | 1 | -2/+0 | |
| to not have a border | |||||
| 2017-06-30 | remove grid gutter sass map as it's output css was all jacked up | Mark Otto | 1 | -11/+3 | |
| 2017-06-29 | update comment | Mark Otto | 1 | -2/+5 | |
| 2017-06-29 | Drop the old $gray- variables for the new color range | Mark Otto | 1 | -59/+48 | |
| 2017-06-28 | remove $state-vars now | Mark Otto | 1 | -22/+2 | |
| 2017-06-28 | remove now unused alert variant variables | Mark Otto | 1 | -16/+0 | |
| 2017-06-25 | add theme-color-level function and interval so we can generate shades of colors | Mark Otto | 1 | -0/+2 | |
| 2017-06-25 | rename .card-inverse to .card-dark, update docs to match | Mark Otto | 1 | -1/+1 | |
| 2017-06-25 | update navbars to rename .navbar-inverse to .navbar-dark, update all navbar ↵ | Mark Otto | 1 | -6/+6 | |
| examples and variables | |||||
| 2017-06-25 | update theme colors | Mark Otto | 1 | -13/+13 | |
| 2017-06-18 | remove - vars, update docs to generate from data yml files, update mixins, ↵ | Mark Otto | 1 | -33/+25 | |
| and generate card, button, bg, and color classes from the sass map | |||||
| 2017-06-18 | Merge branch 'v4-dev' into colors-redux | Mark Otto | 1 | -4/+4 | |
| 2017-06-16 | (#22414) Rename for consistency `$list-group-link-*-*` to ↵ | Patrick Yeo | 1 | -4/+4 | |
| `$list-group-action-*-*` | |||||
