| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-01-01 | Fix cards color for contextual color mode | Julien Déramond | 1 | -0/+1 | |
| 2022-10-30 | Add support for customising a card title color (#36979) | Mitchell Cash | 1 | -0/+4 | |
| * Add support for customising a card title color * Group `*card-title-*` variables together * Add support for customising a card subtitle color Co-authored-by: Julien Déramond <[email protected]> Co-authored-by: Mark Otto <[email protected]> | |||||
| 2022-03-28 | Train PR: CSS variables for accordion, cards, navs, and modals (#36071) | Mark Otto | 1 | -37/+55 | |
| * Convert accordion to CSS vars * Update accordion.md * Convert navs to CSS variables * Split up CSS vars * bundlewatch * fix vars * Convert cards to CSS vars * Convert modals to CSS variables * Bundlewatch Co-authored-by: Geremia Taglialatela <[email protected]> | |||||
| 2021-07-28 | Make text decoration consistent with other anchors (#34475) | Andrew Pucci | 1 | -1/+1 | |
| Fixes #34474 Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-07-08 | Add null `$card-box-shadow` variable (#34440) | Mark Otto | 1 | -0/+1 | |
| Fixes #34421 Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-06-14 | Replace `/` division with multiplication and custom `divide()` function (#34245) | Mark Otto | 1 | -5/+5 | |
| * Convert bulk of division to multiplication * Use custom divide() function instead of Dart Sass math module for greater compatibility * Apply suggestions from code review * Fix functions | |||||
| 2021-02-22 | fix(card): siblings card links in RTL (#33154) | Gaël Poupard | 1 | -1/+1 | |
| Fixes a bug mentionned in [#32330](https://github.com/twbs/bootstrap/issues/32330#issuecomment-782001326). Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-12-04 | feat(RTL): implement RTL | Gaël Poupard | 1 | -3/+3 | |
| Using RTLCSS directives, renaming things to use logical names and following best practices. | |||||
| 2020-11-06 | Add dedicated accordion component based on Collapse JS | Mark Otto | 1 | -27/+0 | |
| 2020-09-28 | Update stylelint to v13.7.2 (#31726) | XhmikosR | 1 | -4/+4 | |
| 2020-07-21 | Turn off scroll anchoring for accordions (#31346) | Patrick H. Lauke | 1 | -0/+2 | |
| New default behavior for scroll anchoring (rolled out in Chrome 84?) leads to unsightly/odd accordion interactions - see #31341 This rule suppresses this new behavior and reverts back to the old way. See https://drafts.csswg.org/css-scroll-anchoring/ | |||||
| 2020-05-15 | v5: Add border-radius to .card-img-overlay (#30817) | Mark Otto | 1 | -0/+1 | |
| Allows use of background-color and more. Fixes #29033 for v5. Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-05-14 | Simplify list-group borders in cards (#30808) | Mark Otto | 1 | -6/+7 | |
| 2020-04-06 | Add `.card-footer` color (#30515) | Catalin Zalog | 1 | -0/+1 | |
| 2020-04-02 | Fix card list group borders & radii (#30497) | Martijn Cuppens | 1 | -7/+10 | |
| 2020-03-18 | Drop IE support from Sass | Martijn Cuppens | 1 | -1/+0 | |
| 2020-03-18 | Remove Internet Explorer leftovers | XhmikosR | 1 | -3/+0 | |
| 2020-03-10 | Remove card decks in favor of the grid | Martijn Cuppens | 1 | -24/+0 | |
| 2019-12-14 | Adjust card spacing variables (#29813) | Brendan | 1 | -10/+10 | |
| 2019-10-03 | Fix border for single card in accordion (#29453) | Martijn Cuppens | 1 | -14/+4 | |
| 2019-10-03 | Variable card height (#29462) | Martijn Cuppens | 1 | -0/+1 | |
| 2019-09-15 | Fix incorrect aspect ratio on IE11 | ysds | 1 | -5/+6 | |
| 2019-09-15 | Remove redundant properties | Martijn Cuppens | 1 | -8/+2 | |
| 2019-08-30 | Cleanup | Mark Otto | 1 | -12/+0 | |
| - Rename and move the variable to variables file - Move code to the grid file - Use the mixin to generate our own classes - Wrap in a grid classes enabled conditional - Document the mixin | |||||
| 2019-08-30 | First pass at .row-cols classes | Mark Otto | 1 | -0/+12 | |
| Trying to find a new way to do responsive card decks while not locking ourselves into the cards themselves. My thinking here is we can easily control the column (.col) width by the parent, but I don't know how many we need (have 0-5 now) across each breakpoint. This works for cards so far, and I think could get us equal height, too. | |||||
| 2019-07-22 | Remove card columns in favor of masonry grid | Martijn Cuppens | 1 | -23/+0 | |
| 2019-06-04 | Workaround for the image size bug in IE (#28855) | Shohei Yoshida | 1 | -0/+3 | |
| 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-08 | Drop all hover mixins | Mark Otto | 1 | -1/+1 | |
| 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-02-26 | Fix border if only one card (#28365) | Martijn Cuppens | 1 | -1/+1 | |
| 2019-01-20 | Make component colors configurable (#28035) | Martijn Cuppens | 1 | -0/+1 | |
| 2019-01-20 | Add ref to reason why `min-width: 0;` is added (#28061) | Martijn Cuppens | 1 | -1/+1 | |
| 2019-01-07 | fix border issue for nested card inside accordions (#27881) | Vishnuprasad Venugopal | 1 | -1/+1 | |
| 2018-12-23 | Simplify card group css (#27901) | Martijn Cuppens | 1 | -26/+2 | |
| 2018-12-23 | Blacklist border-radius property (use mixin instead) (#27900) | Martijn Cuppens | 1 | -6/+8 | |
| 2018-12-14 | Remove redundant brackets (#27768) | Martijn Cuppens | 1 | -5/+5 | |
| 2018-10-21 | Card header color theming (#26573) | Andrew Pucci | 1 | -0/+1 | |
| Define new variable for card header color | |||||
| 2018-10-21 | Fix for double border on cards in an accordion (#27133) | Roy Klutman | 1 | -16/+24 | |
| 2018-04-02 | Fix broken URI fragments and redirects. | XhmikosR | 1 | -2/+2 | |
| 2018-03-31 | Fix Chrome's rendering of .card-columns | Mark Otto | 1 | -0/+2 | |
| Uses orphans/widows trick from @fran-worley at https://github.com/twbs/bootstrap/issues/20925#issuecomment-333492739. Fixes #20925. | |||||
| 2018-01-02 | improves accordion styles | Andres Galante | 1 | -0/+29 | |
| 2017-11-16 | Fix nested cards on card group (#24766) | Andres Galante | 1 | -3/+6 | |
| 2017-10-22 | Replace some border-radius properties for the mixin, closes #23872 | Mark Otto | 1 | -2/+2 | |
| 2017-10-22 | fix card group border radii (#24491) | Gijs Boddeus | 1 | -7/+15 | |
| 2017-10-11 | Add border radius to an image when it's the only card of a card group (#24321) | Andres Galante | 1 | -0/+7 | |
| 2017-10-10 | Refactor a few selectors so that the least specific ones are first. (#24310) | XhmikosR | 1 | -4/+4 | |
| 2017-10-07 | Enable stylelint's no-duplicate-selectors rule. | XhmikosR | 1 | -15/+12 | |
| 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-02 | Remove duplicated code in .card-header | vsn4ik | 1 | -4/+0 | |
