| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-07-02 | Remove redundant border radius on pagination (#28980) | Martijn Cuppens | 1 | -1/+0 | |
| Pagination used to have box shadow back in the days which required this property, but nowadays it's redundant. (see https://github.com/twbs/bootstrap/blame/0cd186183c5e18f0517d6037d53f29c56adbac72/less/pagination.less#L17) | |||||
| 2019-06-26 | Remove redundant radius properties (#28956) | Martijn Cuppens | 1 | -2/+2 | |
| 2019-06-26 | Fix pre color (#28966) | Martijn Cuppens | 1 | -1/+1 | |
| 2019-06-26 | Stretched link updates (#28958) | Martijn Cuppens | 2 | -6/+5 | |
| - Remove IE10 background hack - Ability to change the pseudo element - Ability to change the z-index - Remove pointer events, just inherit this | |||||
| 2019-06-25 | Remove negative margins for group list items (#28940) | Sergey Kovalenko | 1 | -19/+28 | |
| To fix RGBA borders overlapping issue. | |||||
| 2019-06-22 | Change invalid icon from cross to exclamation mark (#28944) | Martijn Cuppens | 1 | -1/+1 | |
| The cross icon was confusing since some browsers use it as a reset button. | |||||
| 2019-06-18 | Decrease number of order utilities (#28874) | Martijn Cuppens | 1 | -8/+1 | |
| 2019-06-17 | Add Error checking to prevent invalid breakpoint (#28889) | Ashfahan Khan | 1 | -1/+4 | |
| * Add Error checking to prevent invalid breakpoint Error checking to prevent invalid breakpoint name * check type rather than value * Revert "check type rather than value" This reverts commit 04ab1e652f9c9c1c7725b7328b12f548a2c6d142. * use of not rather than null | |||||
| 2019-06-07 | Removal of one of the most iconic components of Bootstrap: the jumbotron ↵ | Martijn Cuppens | 3 | -25/+0 | |
| (#28876) | |||||
| 2019-06-05 | Make generating form row styles dependent on $enable-grid-classes (#28870) | Shohei Yoshida | 1 | -10/+12 | |
| 2019-06-05 | Rename .text-monospace to .font-monospace (#28867) | Shohei Yoshida | 1 | -1/+1 | |
| 2019-06-04 | Workaround for the image size bug in IE (#28855) | Shohei Yoshida | 1 | -0/+3 | |
| 2019-05-30 | Utility API improvement: use $key/$value instead of nth (#28828) | Ashfahan Khan | 2 | -4/+3 | |
| Co-Authored-By: Martijn Cuppens <[email protected]> | |||||
| 2019-05-29 | Remove redundant properties from `.embed-responsive` (#28062) | Martijn Cuppens | 1 | -4/+0 | |
| 2019-05-29 | Modify `.card-header-tabs .nav-link.active` colors (#28833) | Shane Parsons | 1 | -0/+7 | |
| Co-Authored-By: Mark Otto <[email protected]> | |||||
| 2019-05-28 | Clean input group flex basis (#28785) | Shohei Yoshida | 1 | -4/+1 | |
| 2019-05-28 | Calc modal header/footer border radius according to the border width (#28775) | Shohei Yoshida | 2 | -2/+3 | |
| 2019-05-27 | Correct grammar in modal.scss (#28829) | Aditya Shankar | 1 | -1/+1 | |
| 2019-05-26 | Fix background position (#28814) | Sezer Esen | 1 | -1/+1 | |
| 2019-05-24 | Fix Typo Mistake in SCSS comment (#28821) | Ashfahan Khan | 1 | -1/+1 | |
| 2019-05-23 | Helpers & utilities split (#28445) | Martijn Cuppens | 28 | -396/+621 | |
| 2019-05-20 | `.sr-only` & `.sr-only-focusable` tweaks (#28720) | Martijn Cuppens | 2 | -25/+16 | |
| * Prevent .sr-only-focusable overriding properties when being focused * Typo | |||||
| 2019-05-18 | Fix z-index according to our z-index rule (#28784) | Shohei Yoshida | 1 | -2/+2 | |
| https://getbootstrap.com/docs/4.3/extend/approach/#z-index-scales | |||||
| 2019-05-10 | Remove non-existing .custom-file-label::after (#28757) | Shohei Yoshida | 1 | -2/+1 | |
| 2019-05-10 | Move close icon to components in docs (#28512) | Martijn Cuppens | 1 | -1/+0 | |
| * Move close icon to components * Remove redundant float from close | |||||
| 2019-05-09 | Reset input padding for cross browser consistency (#28208) | Shohei Yoshida | 1 | -2/+1 | |
| 2019-05-09 | Consistency modification (#28750) | zhangbao | 1 | -1/+1 | |
| 2019-05-09 | v5: Drop all print styles and classes (#28339) | Mark Otto | 4 | -158/+0 | |
| 2019-05-08 | v5: Drop .media (#28265) | Mark Otto | 2 | -9/+0 | |
| 2019-05-08 | Drop all hover mixins | Mark Otto | 18 | -83/+49 | |
| Previously deprecated in v4.x, this clears out the now unused Sass option and removes some unused mixins. Arguably we could remove more, but I like the hover-focus mixin and we make extensive use of it across the project. | |||||
| 2019-05-07 | Fix incorrect variable for popover border radius (#28733) | Shohei Yoshida | 2 | -5/+5 | |
| * Use $popover-border-radius * Move and rename the local $offset-border-width to the global variable | |||||
| 2019-05-05 | Configurable container padding (#28554) | Martijn Cuppens | 2 | -3/+8 | |
| 2019-05-05 | Switch from list to map for responsive embeds (#28678) | Martijn Cuppens | 2 | -11/+20 | |
| 2019-05-04 | Fix broken link to css-discuss.incutio.com/wiki/Printing_Tables (#28637) | Christian Oliff | 1 | -1/+1 | |
| Instead now pointing to the most recent Wayback Machine archive copy. | |||||
| 2019-05-03 | Scrollbar fix (#28417) | Martijn Cuppens | 1 | -0/+1 | |
| 2019-05-03 | More compact color-yiq function (#28514) | Martijn Cuppens | 1 | -5/+1 | |
| 2019-05-02 | Headings font style (#28544) | Martijn Cuppens | 2 | -0/+2 | |
| 2019-05-02 | Remove floats from dropdown (#28690) | Martijn Cuppens | 2 | -2/+0 | |
| 2019-05-02 | Improve progress-bar-stripes animation (#28697) | Martijn Cuppens | 1 | -2/+1 | |
| - `background-position: 0 0;` is the default background position, so redundant - The background position should only be animated in the x direction - `0%` is a little shorter than `from` | |||||
| 2019-04-30 | Reboot & Type cleanup (#28698) | Martijn Cuppens | 3 | -67/+92 | |
| - Line height & font family from html were directly overridden by body, so they were redundant thus removed - The remaining properties are moved to body - Shim for IE10 tags removed - hr cleanup - Combined styles from reboot & type - Changed from borders to background - This allows us to keep the color inherited. - Opacity can be used to change the intensity - Size attribute will not change the height instead of making the hr look like an input field - Better variable names - headings cleanup - Moved all element styling to reboot - Type will now extend the element styling. This way we will save some redundant code - small & mark are also moved to reboot. type does not contain any element styling anymore - font weight removed from small, this did not really made sense | |||||
| 2019-04-30 | Change custom file markup | ysds | 2 | -33/+31 | |
| 2019-04-30 | Remove IE leftover (#28699) | Martijn Cuppens | 1 | -1/+0 | |
| Removed leftover from #27789 | |||||
| 2019-04-25 | Prevent form validation mixin from generating invalid CSS (#28447) | Mark Otto | 1 | -14/+19 | |
| Extrapolates the previously used selector into a new mixin that only generates valid CSS by creating psuedo-classes for `valid` and `invalid`, and nothing else. Fixes #28380. | |||||
| 2019-04-25 | Sync plain text font-size with `$input-font-size` (#28464) | Shohei Yoshida | 1 | -0/+1 | |
| 2019-04-23 | Separate `$btn-link` colors from `$link-color` (#28681) | GeoSot | 2 | -2/+4 | |
| 2019-04-21 | Remove redundant slashes (#28677) | Martijn Cuppens | 1 | -3/+3 | |
| 2019-04-13 | Add `$custom-control-label-color` variable (#28633) | Shohei Yoshida | 2 | -0/+3 | |
| 2019-04-08 | Change toast border radius to use `$border-radius` (#28621) | Ted Kesgar | 1 | -1/+1 | |
| Currently, `$toast-border-radius` uses the value of `.25rem`. This is inconsistent with other variables such as `$btn-border-radius` and `$input-border-radius`, which uses the "global" `$border-radius` variable. | |||||
| 2019-04-05 | Fix buttons :focus state styles (#27890) | Matěj Kříž | 1 | -0/+3 | |
| * Fix buttons :focus state styles Buttons :hover and :focus state shares styles. Buttons :focus text color on 'a.btn' is now consistent with others '.btn'. * `:focus` styles should be in sync with `.focus`. So shared styles with hover were copy to focus definition. Rather then using `hover-focus` mixin which do not contain `.focus`. | |||||
| 2019-03-29 | Remove scss variable defined twice (#28567) | Loïc Goyet | 1 | -1/+0 | |
