| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-08-12 | Apply the invalid/valid state to the class name | Mark Otto | 1 | -2/+2 | |
| 2017-08-12 | Remove `vertical-align: middle` from `.input-group-addon` and ↵ | Patrick Yeo | 1 | -1/+0 | |
| `.input-group-btn` left over from V3 | |||||
| 2017-08-12 | Apply `align-items: center;` to `.input-group` instead of input group sub ↵ | Patrick Yeo | 1 | -4/+1 | |
| components, causes `.input-group .form-control` and `.input-group-addon` to be large when next to a tall element | |||||
| 2017-08-12 | Remove extra spaces from spacing utilities (#23337) | razh | 1 | -2/+2 | |
| 2017-08-10 | Pagination border-widths greater than 1px cause uneven borders between items | Patrick Yeo | 1 | -1/+1 | |
| 2017-08-10 | Input Group Addon add option to configure `$input-group-addon-color` | Patrick Yeo | 2 | -1/+2 | |
| 2017-08-10 | Fix to Chrome inheritance bug (#22872) (#23118) | Prateek Goel | 1 | -7/+6 | |
| * Fix to Chrome inheritance bug (#22872) * Remove box-sizing from html box-sizing removed from html and order of wild card selected and html selector swapped to maintain correctness of comments. | |||||
| 2017-08-10 | Custom File padding-x and padding-y values are reversed (#23067) | Patrick Yeo | 2 | -13/+13 | |
| 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 | 2 | -1/+8 | |
| 2017-08-10 | Add margin variable for breadcrumb (#23138) | Prateek Goel | 2 | -1/+3 | |
| * 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 | Reduce number of spacing rules (#23208) | Morgan Stone | 1 | -12/+20 | |
| * reduce # of spacing rules by combining x & y with t r b l * Remove unnecessary spaces | |||||
| 2017-08-10 | Emoji Defaults (#22565) | Pascal Pixel | 1 | -1/+1 | |
| 2017-08-10 | remove unnecessary line-height | Dave Poole | 1 | -1/+0 | |
| 2017-08-10 | remove comments, align-items, and unnecessary height | Dave Poole | 1 | -6/+0 | |
| 2017-08-10 | Fixes PropertySortOrder errors | Dave | 1 | -1/+1 | |
| 2017-08-10 | Fixes hound code style/standards | Dave | 1 | -1/+1 | |
| 2017-08-10 | _progress.scss: makes bars 100% height, centers labels horizontally & vertically | Dave | 1 | -5/+10 | |
| 2017-08-10 | Change border class | envolute | 1 | -1/+1 | |
| The class ".border" (css/utilities/_borders.scss) is set the border-color to "$gray-200". So I see that it would be nice to create a variable for the border color "$border-color". Because the default border should not always be "gray-200". Another thing, there is a "$border-width" variable. Would not it be better to use this variable to set the default width of the border? | |||||
| 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 | Ensure alignment of modal dismiss when no .modal-title is present | Mark Otto | 1 | -0/+4 | |
| 2017-08-10 | Set explicit text-align on <body> element so we can use inherit to override ↵ | Mark Otto | 1 | -2/+6 | |
| the default <th> text-align value | |||||
| 2017-08-10 | Fix border on input group elements and custom form inputs | Nathan Woltman | 3 | -5/+10 | |
| 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-10 | Add .font-weight-light class, add !important to the classes | Mark Otto | 1 | -3/+4 | |
| 2017-08-10 | Remove broken CSS that tried to reset the absolute positioning when there ↵ | Mark Otto | 1 | -4/+0 | |
| was no text | |||||
| 2017-08-10 | Add basic property-value utils for position | Mark Otto | 1 | -1/+10 | |
| 2017-08-10 | bump to betav4.0.0-beta | Mark Otto | 1 | -1/+1 | |
| 2017-08-08 | Fix the min breakpoint in media-breakpoint-between | lucascono | 1 | -1/+1 | |
| 2017-08-07 | Add .bg-white and .border-white | Mark Otto | 2 | -0/+5 | |
| 2017-08-04 | Dropup dropdown-menu should have margin on the bottom instead of top | Patrick Yeo | 1 | -0/+5 | |
| 2017-08-04 | (#22414) Rename for consistency `$dropdown-margin-top` to `$dropdown-spacer` | Patrick Yeo | 2 | -2/+2 | |
| 2017-08-04 | fix navbar alignment for never expand situations | Mark Otto | 1 | -0/+3 | |
| 2017-08-04 | given `width: 100%` is always on a container now and it's constrained by ↵ | Mark Otto | 1 | -6/+0 | |
| max-width, we can remove our navbar changes from #21722 and #22383 | |||||
| 2017-07-18 | make changes as per suggestion in #23100 | Chirag Modi | 1 | -2/+1 | |
| 2017-07-18 | remove change which set from variable and make those in container class | Chirag Modi | 2 | -1/+1 | |
| 2017-07-17 | fixed issue #23100 | Chirag Modi | 1 | -0/+1 | |
| 2017-07-16 | (#22414) Rename for consistency `$custom-checkbox-border-radius`, ↵ | Patrick Yeo | 2 | -14/+14 | |
| `$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-11 | Remove ::first-letter and ::first-line selectors from print styles | Patrick H. Lauke | 1 | -9/+1 | |
| Bootstrap itself doesn't use any `::first-letter` or `::first-line` styles. These selectors also cause(d) problems in IE11 (see https://github.com/h5bp/html5-boilerplate/pull/1799) and currently cause a nasty rendering bug in Chrome where the first letter is vertically shifted (see https://github.com/twbs/bootstrap/issues/21771) As h5bp has now removed these as well, no need to keep and comment them out. See https://github.com/h5bp/html5-boilerplate/issues/1961 / https://github.com/h5bp/html5-boilerplate/pull/1962 | |||||
| 2017-07-05 | Remove box-shadow from .btn-link:focus (#22998) | Patrick H. Lauke | 1 | -0/+1 | |
| When focused, these buttons styled as links still give good visible focus indication through the underline, so this should not be a concern. Closes #22655 | |||||
| 2017-07-03 | fixes #22981 | Mark Otto | 1 | -1/+1 | |
| 2017-07-01 | follow up to 4e067f722 | Mark Otto | 1 | -1/+1 | |
| 2017-07-01 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 1 | -5/+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 | update comment | Mark Otto | 1 | -1/+0 | |
| 2017-07-01 | put button active bg and border in the mixin params for more customization ↵ | Mark Otto | 1 | -4/+1 | |
| options | |||||
| 2017-07-01 | match btn transition to input | Mark Otto | 1 | -1/+1 | |
