| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-09-23 | Input group addon sass customization options (#31729) | Martijn Cuppens | 1 | -2/+2 | |
| 2020-06-15 | Switch to btn-check | Martijn Cuppens | 1 | -1/+1 | |
| 2020-06-15 | Remove checkbox/radio toggle from button plugin in favor of a CSS only solution | Martijn Cuppens | 1 | -0/+6 | |
| 2020-05-19 | Fix gradient on switch checkbox (#30868) | Martijn Cuppens | 1 | -1/+1 | |
| 2020-05-15 | Improve gradients | Martijn Cuppens | 1 | -3/+3 | |
| - 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-05 | Fix form file height (#30699) | Gaël Poupard | 1 | -5/+5 | |
| 2020-04-29 | [type=radio] should always be rounded (#30686) | Gaël Poupard | 1 | -1/+2 | |
| 2020-04-20 | Add `$form-text-font-weight` (#30617) | Catalin Zalog | 1 | -0/+1 | |
| 2020-04-16 | feat: removes `.form-text` display (#30598) | Catalin Zalog | 1 | -1/+0 | |
| Co-authored-by: Martijn Cuppens <[email protected]> | |||||
| 2020-04-14 | Simplify checkbox & radio input (#30557) | Martijn Cuppens | 1 | -14/+5 | |
| - 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 | Restore `.form-text` (#30565) | Catalin Zalog | 1 | -0/+11 | |
| 2020-04-11 | Use `box-shadow` mixin for `.form-select` (#30555) | Catalin Zalog | 1 | -1/+2 | |
| 2020-04-09 | Add checkbox transition (#30528) | Martijn Cuppens | 1 | -3/+1 | |
| 2020-04-06 | Create `scss-docs` shortcode to get some snippets from the Scs… (#30502) | Martijn Cuppens | 1 | -0/+2 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-04-01 | Use `box-shadow` mixin for form controls (#30480) | Catalin Zalog | 1 | -2/+2 | |
| 2020-04-01 | Fix date inputs heights in safari | Martijn Cuppens | 1 | -0/+1 | |
| 2020-03-31 | Require `.form-label` classes on form labels (#30476) | Martijn Cuppens | 3 | -3/+12 | |
| 2020-03-23 | File chooser size (#30040) | Zedicius | 1 | -2/+22 | |
| 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 | 1 | -0/+1 | |
| Co-authored-by: Martijn Cuppens <[email protected]> | |||||
| 2020-03-23 | Simplify input groups by dropping `.input-group-prepend` and ↵ | Martijn Cuppens | 1 | -72/+25 | |
| `.input-group-append` | |||||
| 2020-03-18 | Drop IE support from Sass | Martijn Cuppens | 1 | -1/+1 | |
| 2020-03-18 | Remove Internet Explorer leftovers | XhmikosR | 3 | -18/+0 | |
| 2020-03-13 | Use `display: block;` for form elements | Martijn Cuppens | 2 | -4/+1 | |
| 2020-03-10 | Bootstrap 5 grid | Martijn Cuppens | 1 | -80/+0 | |
| 2020-02-12 | Convert background shorthands to separate properties | Martijn Cuppens | 1 | -1/+5 | |
| 2020-01-23 | IE auto-size input-group to column (#30043) | jorimvanhove | 1 | -1/+2 | |
| 2019-12-27 | Simplify disabled styles (#29296) | Martijn Cuppens | 1 | -8/+2 | |
| * Simplify disabled styles * Mention pointer-events usage | |||||
| 2019-12-25 | Remove redundant top margin (#29883) | Martijn Cuppens | 1 | -6/+0 | |
| 2019-12-09 | Remove `.form-group` leftovers (#29449) | wojtask9 | 1 | -14/+1 | |
| 2019-12-06 | Use pseudo-class too for disabled check/radio (#29740) | jeromelebleu | 2 | -6/+10 | |
| 2019-11-24 | Set vertical-align on .form-check-input (#29521) | Jonathan Hefner | 1 | -0/+1 | |
| This is a follow-up to #29322, specifically "allowing easy placement of the `.form-check-input` in more places." In my testing in Firefox and Chrome, setting `vertical-align: top` removes the need to add `float-left` to vertically align the checkbox and label text. And doing so does not visually affect examples which do apply `float: left` via nesting in a `.form-check`. | |||||
| 2019-11-24 | Keep themed appearance for print (#29714) | Martijn Cuppens | 1 | -0/+2 | |
| 2019-11-07 | Make check label cursor customizable (#29654) | Martijn Cuppens | 1 | -0/+1 | |
| 2019-10-31 | Add add and subtract function | ysds | 2 | -7/+7 | |
| 2019-10-28 | Update .form-check to properly support gradients when enabled (#29338) | Mark Otto | 1 | -6/+27 | |
| 2019-10-02 | v5: .form-check layout changes (#29322) | Mark Otto | 1 | -2/+5 | |
| * Scope .form-check-input layout to the .form-check parent * Remove margin-bottom from list-group-items in case they are label elements * document .form-check in input groups and list groups, and cleanup the no-label examples in the main .form-check docs | |||||
| 2019-09-27 | Remove outline from select box in FF (#29445) | Paweł Kuna | 1 | -0/+6 | |
| * Remove outline from select box in FF * Use $form-select-color | |||||
| 2019-09-26 | Sass: remove redundant stylelint inline suppressions. (#29427) | XhmikosR | 1 | -2/+0 | |
| 2019-08-30 | Clean up line heights & add line height utilities (#29271) | Martijn Cuppens | 4 | -8/+1 | |
| 2019-08-24 | Add rounded corners to color swatches | Martijn Cuppens | 1 | -1/+9 | |
| 2019-08-24 | Add support and docs for color input | Mark Otto | 1 | -0/+5 | |
| 2019-08-18 | Split up `.form-control` & `.form-select` selectors | Martijn Cuppens | 1 | -4/+10 | |
| 2019-08-18 | set min-height for form-control textarea | m5o | 2 | -9/+5 | |
| * set `min-height` for `.form-control` textarea * prevent user from shrink textarea to minimum height | |||||
| 2019-08-18 | Add possibility to define custom border color for disabled form controls ↵ | tu4mo | 3 | -0/+3 | |
| (#29257) | |||||
| 2019-08-06 | Fix min-width of input-group flex items (#29209) | Shohei Yoshida | 1 | -0/+1 | |
| 2019-07-25 | Remove leftover CSS for custom control | ysds | 1 | -8/+0 | |
| 2019-07-25 | Fix variable name | ysds | 1 | -3/+3 | |
| 2019-07-19 | Use escape-svg() function (#29077) | Martijn Cuppens | 2 | -8/+7 | |
| * Use escape-svg() function * Update theming.md | |||||
| 2019-07-17 | Use :focus-within for .form-file focus state (#29036) | Mark Otto | 1 | -0/+7 | |
| Fixes #26563, closes #26576, closes #29021. | |||||
| 2019-07-14 | v5: Fix disabled styling on .form-file (#29022) | Mark Otto | 1 | -1/+1 | |
| While #28450 overhauled a ton of forms work, the support for this custom file input was ineffective. This updates the selector to target the custom field and gray out the entire field. Fixes #28176. | |||||
