| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-04-13 | Add an xxl grid tier | Mark Otto | 1 | -2/+4 | |
| - Staring at my laptop, I realized I'm wasting away space. This adds a significant amount of CSS, but it feels right already. - Added the xxl tier with a width that divides by 12 - Motivation was originally trying to have a third column for our toc so that our docs are more useful | |||||
| 2020-04-11 | Use `box-shadow` mixin for `.btn` (#30512) | Catalin Zalog | 1 | -8/+8 | |
| Co-authored-by: Martijn Cuppens <[email protected]> | |||||
| 2020-04-11 | Use `box-shadow` mixin for `.form-select` (#30555) | Catalin Zalog | 1 | -1/+2 | |
| 2020-04-10 | Use custom properties for font-stacks (#30509) | Gaël Poupard | 3 | -3/+3 | |
| 2020-04-09 | Add checkbox transition (#30528) | Martijn Cuppens | 2 | -5/+2 | |
| 2020-04-08 | Fix spinner-grow animation (#30504) | Mark Otto | 1 | -0/+1 | |
| * Fix spinner-grow animation Safari seems to be interpreting the old keyframes animation as incomplete. Adding `transform` to the second frame seems to resolve the issue. Co-Authored-By: Martijn Cuppens <[email protected]> | |||||
| 2020-04-06 | Create `scss-docs` shortcode to get some snippets from the Scs… (#30502) | Martijn Cuppens | 7 | -3/+17 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-04-06 | Add `.card-footer` color (#30515) | Catalin Zalog | 1 | -0/+1 | |
| 2020-04-06 | Add nav link transition (#29988) | Martijn Cuppens | 2 | -0/+2 | |
| 2020-04-02 | Fix card list group borders & radii (#30497) | Martijn Cuppens | 2 | -19/+17 | |
| 2020-04-01 | Use `box-shadow` mixin for form controls (#30480) | Catalin Zalog | 1 | -2/+2 | |
| 2020-04-01 | Fix border radii | Martijn Cuppens | 1 | -1/+9 | |
| 2020-04-01 | Fix CSS and improve docs | ysds | 3 | -29/+19 | |
| 2020-04-01 | Add Full-Screen size to Modal and Responsive variations for breakpoints | gsoti | 3 | -0/+31 | |
| (Works from breakpoint and down) | |||||
| 2020-04-01 | transition() mixin prevent redundant 'transition: none' and pass `null` (#30391) | Shohei Yoshida | 1 | -4/+14 | |
| * Prevent redundant 'none' for prefers-reduced-motion * Output warning when use 'none' or 'null' with multiple arguments * Fix for libsass(node-sass) | |||||
| 2020-04-01 | Fix date inputs heights in safari | Martijn Cuppens | 2 | -13/+1 | |
| 2020-03-31 | Fix text decorations (#30492) | Martijn Cuppens | 1 | -1/+2 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-03-31 | Require `.form-label` classes on form labels (#30476) | Martijn Cuppens | 7 | -8/+17 | |
| 2020-03-31 | Use variables for list-group-item color levels (#30009) | Yannik Hampe | 2 | -1/+3 | |
| Co-authored-by: Martijn Cuppens <[email protected]> | |||||
| 2020-03-31 | Cleanup responsive tables (#30482) | Martijn Cuppens | 1 | -17/+8 | |
| 2020-03-30 | Switch to custom properties to control grid gutter widths (#30475) | Martijn Cuppens | 2 | -38/+23 | |
| 2020-03-28 | Order sizes variables (#30479) | Catalin Zalog | 1 | -9/+9 | |
| 2020-03-24 | Add `.caption-top` for tables (#30435) | Mark Otto | 2 | -1/+8 | |
| * Move caption-side to <table> element in Reboot * Add class for .caption-top | |||||
| 2020-03-23 | File chooser size (#30040) | Zedicius | 2 | -2/+32 | |
| Co-authored-by: David Van Doninck <[email protected]> Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Martijn Cuppens <[email protected]> | |||||
| 2020-03-23 | Make form-check label customizable (#30426) | Catalin Zalog | 2 | -0/+2 | |
| Co-authored-by: Martijn Cuppens <[email protected]> | |||||
| 2020-03-23 | Added focus state to .btn-link (#30036) | Tim Dujardin | 1 | -1/+0 | |
| 2020-03-23 | Use WCAG contrast algo (#30168) | Gaël Poupard | 4 | -18/+48 | |
| 2020-03-23 | Use next dropdown menu instead of first of the parent | Martijn Cuppens | 1 | -1/+1 | |
| 2020-03-23 | Simplify input groups by dropping `.input-group-prepend` and ↵ | Martijn Cuppens | 1 | -72/+25 | |
| `.input-group-append` | |||||
| 2020-03-21 | Fix wrapping bug (#30345) | Martijn Cuppens | 1 | -1/+8 | |
| 2020-03-20 | Merge branch 'master' into underline-links | Martijn Cuppens | 9 | -112/+12 | |
| 2020-03-20 | Remove redundant text decoration from hover states | Martijn Cuppens | 5 | -5/+5 | |
| 2020-03-18 | Remove underline hack for breadcrumbs | Martijn Cuppens | 1 | -5/+1 | |
| 2020-03-18 | Remove Internet Explorer leftovers | ysds | 1 | -9/+0 | |
| 2020-03-18 | Drop IE support from Sass | Martijn Cuppens | 6 | -67/+11 | |
| 2020-03-18 | Remove Internet Explorer leftovers | XhmikosR | 4 | -21/+0 | |
| 2020-03-18 | Revert "Revert "Remove IE-specific breadcrumb CSS hack"" | XhmikosR | 1 | -10/+0 | |
| This reverts commit 15d242d21ad67fa5b762eb5bdfbcdfb68b9bcce1. | |||||
| 2020-03-17 | Enable underlines for links | Mark Otto | 1 | -2/+2 | |
| 2020-03-16 | fix(css): adds a new opacity var | Catalin Zalog | 2 | -4/+5 | |
| Fixes beeing able to control `.is-valid` & `.is-invalid` input:focus opacity | |||||
| 2020-03-15 | style: applies ascending order | Catalin Zalog | 1 | -1/+1 | |
| 2020-03-14 | Fix pseudo paddings and height | Martijn Cuppens | 1 | -3/+12 | |
| 2020-03-14 | feat(css): groups hr element | Catalin Zalog | 1 | -2/+1 | |
| 2020-03-13 | Use `display: block;` for form elements | Martijn Cuppens | 2 | -4/+1 | |
| 2020-03-10 | Change container padding to 1rem | Martijn Cuppens | 1 | -1/+1 | |
| 2020-03-10 | Add row-cols-auto and responsive variants | Martijn Cuppens | 1 | -0/+4 | |
| 2020-03-10 | bootstrap-grid.css: Only apply `box-sizing: border-box` to the columns ↵ | Martijn Cuppens | 2 | -9/+3 | |
| instead of using the universal selector | |||||
| 2020-03-10 | Remove card decks in favor of the grid | Martijn Cuppens | 2 | -25/+0 | |
| 2020-03-10 | Bootstrap 5 grid | Martijn Cuppens | 6 | -127/+46 | |
| 2020-03-09 | Minor `.nav-tabs` optimization (#30288) | Yogini Bende | 1 | -4/+1 | |
| 2020-03-05 | $link-decoration: underline affects some components (#30262) | Martijn Cuppens | 5 | -0/+5 | |
| Co-authored-by: Shohei Yoshida <[email protected]> Co-authored-by: Martijn Cuppens <[email protected]> | |||||
