| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2019-03-21 | Check prefers-reduced-motion variable before adding reduced motion media ↵ | Patrick H. Lauke | 1 | -2/+4 | |
| query for animated progress bars (#28530) | |||||
| 2019-03-18 | Workaround for MS edge bug (#28275) | Shohei Yoshida | 2 | -3/+9 | |
| 2019-03-18 | Revert "Remove IE-specific breadcrumb CSS hack" | XhmikosR | 1 | -0/+10 | |
| This reverts commit 9fda96e197abc9eba24962443ed79bc11fef485c. | |||||
| 2019-03-14 | Remove hover states on background utilities (#28457) | Martijn Cuppens | 2 | -15/+3 | |
| 2019-03-14 | v5: Drop remaining deprecated mixins (#28461) | Mark Otto | 5 | -40/+0 | |
| - Deletes mixin mentions from float docs - Deletes mixin mention from visibility docs - Deletes the image-replacement page for text-hide | |||||
| 2019-03-14 | v5: Update badges (#28458) | Mark Otto | 4 | -54/+3 | |
| - Drop hover and focus states - Drop .badge-* variants and associated mixin for .bg-* utilities - Drop .badge-pill for .rounded-pill utliity and adjust horizontal padding to find middle ground of .badge and old .badge-pill - Remove unused variables - Add default color value to .badge base class - Update docs to reflect changes | |||||
| 2019-03-12 | Remove indiscriminate outline suppression for tabindex="-1" elements (#28437) | Patrick H. Lauke | 1 | -6/+10 | |
| instead, only apply outline suppression if the browser wouldn't normally apply the focus outline, using the (currently experimental) `:focus-visible` pseudo-class | |||||
| 2019-03-12 | v5: Don't automatically adjust all hr elements in alert variants (#28462) | Mark Otto | 1 | -4/+0 | |
| 2019-03-12 | v5: Drop deprecated size mixin (#28460) | Mark Otto | 2 | -8/+0 | |
| 2019-03-12 | Drop deprecated img-retina mixin (#28459) | Mark Otto | 1 | -20/+0 | |
| 2019-03-07 | Add <ol> to nav's comment (#28426) | Shohei Yoshida | 1 | -1/+1 | |
| 2019-03-06 | Update RFS to v8.0.2 (#28405) | Martijn Cuppens | 1 | -93/+75 | |
| 2019-03-05 | disable assert assending check if the previous unit was a percentual value ↵ | mspae | 1 | -1/+1 | |
| (#28400) | |||||
| 2019-03-04 | Hyphenate server-side (#28401) | Jonathan | 1 | -1/+1 | |
| 2019-02-26 | Fix border if only one card (#28365) | Martijn Cuppens | 1 | -1/+1 | |
| 2019-02-20 | Remove IE-specific breadcrumb CSS hack | Mark Otto | 1 | -10/+0 | |
| 2019-02-20 | Change breadcrumb item padding variable name (#28125) | astrahov | 2 | -3/+3 | |
| 2019-02-20 | Use consistent arrow class (#28105) | Peter Blazejewicz | 2 | -10/+10 | |
| 2019-02-15 | Deprecate form-control-focus mixin (#28262) | Martijn Cuppens | 2 | -2/+3 | |
| 2019-02-13 | Release v4.3.1. (#28252)v4.3.1 | XhmikosR | 3 | -3/+3 | |
| 2019-02-12 | Update RFS to v8.0.1 (#28245) | Martijn Cuppens | 1 | -8/+0 | |
| Remove warning if RFS is included more than once. | |||||
| 2019-02-11 | Release v4.3.0 (#28228)v4.3.0 | Mark Otto | 3 | -3/+3 | |
| * Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map | |||||
| 2019-02-07 | Responsive font size implementation (#23816) | Martijn Cuppens | 21 | -66/+281 | |
