| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-05-15 | Improve gradients | Martijn Cuppens | 14 | -28/+23 | |
| - Use a semitransparent gradient from light to dark which works on any background-color - Store the gradient as a custom property (--bs-gradient) - Remove `.bg-gradient-*` variants in favour of `.bg-gradient` which works even when `$enable-gradients` are enabled - Add gradients to navbar, active page links and badges when gradients are enabled | |||||
| 2020-05-14 | v5: Update color on custom switch focus state | Mark Otto | 1 | -1/+1 | |
| Replaces a custom hsla() value (dunno what I was thinking when I added this) with a reassigned existing variable. This variable goes up the stack and attaches to the component-active-bg variable, derived from our primary color out of the box. Fixes #30646. | |||||
| 2020-05-14 | Simplify list-group borders in cards (#30808) | Mark Otto | 1 | -6/+7 | |
| 2020-05-14 | Split table cell padding variables (#30815) | Mark Otto | 3 | -6/+8 | |
| 2020-05-13 | Bump version to 5.0.0-alpha1 (#29925) | XhmikosR | 4 | -4/+4 | |
| Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff. | |||||
| 2020-05-12 | style: removes space (#30782) | Catalin Zalog | 1 | -2/+2 | |
| 2020-05-05 | Fix form file height (#30699) | Gaël Poupard | 1 | -5/+5 | |
| 2020-04-30 | v5: Unify spacing across components (#30564) | Mark Otto | 1 | -29/+24 | |
| Co-Authored-By: Martijn Cuppens <[email protected]> | |||||
| 2020-04-29 | Remove borders from iframes by default (#30620) | Martijn Cuppens | 2 | -1/+5 | |
| 2020-04-29 | [type=radio] should always be rounded (#30686) | Gaël Poupard | 1 | -1/+2 | |
| 2020-04-29 | `<pre>`: Disable auto-hiding scrollbar in legacy Edge (#30685) | Martijn Cuppens | 1 | -0/+3 | |
| Disable auto-hiding scrollbar in legacy Edge to avoid overlap, making it impossible to interact with the content. | |||||
| 2020-04-28 | Prevent list group style leaks (#30660) | Martijn Cuppens | 1 | -2/+2 | |
| 2020-04-26 | Use scss-docs for color maps | Mark Otto | 1 | -0/+4 | |
| 2020-04-26 | Rewrite Theming docs as Customize section | Mark Otto | 1 | -7/+2 | |
| - Broke up existing theming page into separate pages - Audited and updated each new docs page (some pages include some TBD sections) - Update sidenav to reflect changes - Fix links that pointed to the old Theming page - Update docs styles to reflect recent changes - Rewrite some bits in the Migration page | |||||
| 2020-04-26 | Rename variables for brevity | Mark Otto | 5 | -17/+17 | |
| - Rename `$enable-prefers-reduced-motion-media-query` to `$enable-reduced-motion` - Rename `$enable-pointer-cursor-for-buttons` to `$enable-button-pointers` | |||||
| 2020-04-24 | Customizable table group seperator colors | Martijn Cuppens | 2 | -1/+3 | |
| 2020-04-24 | Add bs prefix | Martijn Cuppens | 2 | -23/+23 | |
| 2020-04-24 | Prevent nested tables style leaks | Martijn Cuppens | 6 | -153/+123 | |
| 2020-04-20 | Add `$form-text-font-weight` (#30617) | Catalin Zalog | 2 | -0/+2 | |
| 2020-04-18 | Drop `@support (position: sticky)` media query (#30415) | Martijn Cuppens | 1 | -9/+7 | |
| 2020-04-18 | grid: checks for `$grid-columns > 0` (#30605) | Catalin Zalog | 1 | -9/+11 | |
| Co-authored-by: Martijn Cuppens <[email protected]> | |||||
| 2020-04-17 | feat: checks for `$grid-breakpoints` map list (#30609) | Catalin Zalog | 1 | -4/+6 | |
| Co-authored-by: Martijn Cuppens <[email protected]> | |||||
| 2020-04-16 | feat: checks for `$grid-row-columns` (#30606) | Catalin Zalog | 1 | -3/+5 | |
| 2020-04-16 | feat: removes `.form-text` display (#30598) | Catalin Zalog | 3 | -3/+4 | |
| Co-authored-by: Martijn Cuppens <[email protected]> | |||||
| 2020-04-15 | Add `bs-` prefixes to custom properties (#30591) | Martijn Cuppens | 5 | -17/+17 | |
| 2020-04-15 | Disable negative margins by default (#30585) | Martijn Cuppens | 1 | -1/+2 | |
| * Disable negative margins by default * Use shorter enable variable Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-04-14 | v5: Update system font stack (#30561) | Mark Otto | 1 | -1/+1 | |
| Co-authored-by: Martijn Cuppens <[email protected]> | |||||
| 2020-04-14 | Delete appearance from `button.close` (#30582) | k-utsumi | 1 | -1/+0 | |
| 2020-04-14 | Simplify checkbox & radio input (#30557) | Martijn Cuppens | 2 | -23/+7 | |
| - Define background properties in `.form-check-input` - Use `background-size: contain` to simplify background sizes (especially for those with linear gradients) - Remove double `color-adjust` - Adjust svgs to 20x20 box. This way the strokes aren't rescaled. | |||||
| 2020-04-14 | Update RFS to 9.0.3 (#30581) | Martijn Cuppens | 1 | -2/+9 | |
| * Two dimensional fix - https://github.com/twbs/rfs/pull/225 | |||||
| 2020-04-14 | Redo display headings (#30568) | Mark Otto | 2 | -29/+19 | |
| - Convert to Sass map - Consolidate font-weights into single option (matching line-height for them) - Add two new sizes and create a new scale - Update migration docs Co-authored-by: Martijn Cuppens <[email protected]> | |||||
| 2020-04-14 | Restore `.form-text` (#30565) | Catalin Zalog | 3 | -2/+17 | |
| 2020-04-13 | Update docs for new XXL grid tier | Mark Otto | 1 | -0/+6 | |
| - Updates mentions of number and exact tiers - Updates grid example to include xxl container - Adds some scss-docs references - Cleans up other grid mentions and docs - Updates navbar example to include an expand at XXL variant | |||||
| 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]> | |||||
