| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-11-06 | stylelint: pass the ` --rd` flag (#32063) | XhmikosR | 1 | -2/+0 | |
| * stylelint: pass the ` --rd` flag Should report any needless disables * Update _button-group.scss * Update _floating-labels.scss | |||||
| 2020-11-06 | Remove firefox workaround for ::file-selector-button margin. (#32064) | Emilio Cobos Álvarez | 1 | -3/+0 | |
| As per https://bugzilla.mozilla.org/show_bug.cgi?id=1673895, this workaround shouldn't be necessary in FF83+. Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-11-05 | Drop Legacy Edge support. | XhmikosR | 3 | -77/+0 | |
| This allows us to move forward without being held back. Microsoft already replaces the Legacy Edge with the new one on supported Windows versions. | |||||
| 2020-10-30 | Fix color heights (#32023) | Martijn Cuppens | 1 | -6/+9 | |
| 2020-10-30 | Add `cursor:pointer` to color inputs (#32020) | Patrick H. Lauke | 1 | -1/+5 | |
| * Add `cursor:pointer` for color inputs * Add to migration guide | |||||
| 2020-10-29 | Remove explicit heights on form elements (#31993) | Martijn Cuppens | 3 | -21/+26 | |
| * Remove explicit heights * Link to upstream bug Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-10-28 | Use the same font on the button as on the field itself | Martijn Cuppens | 1 | -2/+0 | |
| 2020-10-28 | Fix Firefox padding issue | Martijn Cuppens | 1 | -0/+3 | |
| Caused by https://searchfox.org/mozilla-central/rev/0b7007a23bc16c857f894140e12f307bfeef2fdd/layout/style/res/forms.css#494 | |||||
| 2020-10-28 | Drop custom file upload plugin in favor of CSS | Martijn Cuppens | 3 | -110/+79 | |
| 2020-10-27 | v5: Floating labels (#30449) | Mark Otto | 2 | -1/+86 | |
| * v5: Promote floating labels example to component - Adds new .form-floating - Stubs out basics of a docs page - Removes existing Example * Update floating labels to support .form-select, make inputs and selects more consistent - To do this, I made the .form-control and .form-select consistent in min-height vs height - Removed some unused variables now - Updated -color to be the -color because I don't know why this was any different before - Update page to include some examples for layout, validation, and value - Rewrite styles to not modify padding, but instead transform and opacity * Streamline and bulletproof some things - Apply some optimizations from code review - Removed unecessary properties from the label - Add some comments for what properties are required - Move from fixed height for labels to height 100% so we can support textareas - Improve docs a little bit, add ToC * Move some values to variables, switch from scaling font-size to scale, update transforms * Bring over changes from #30966 and add to them to tighten things up * Delete the now unused example images * Fix typo * Allowlist the calc function * Add transform-origin, update transform values * Test out autofill fix * Fix linter issue * Mention it in the migration guide * Bump bundlesize * Add one more variable per review * Shave .25rem off the height Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-10-26 | Fix border radius for inputs groups with validation | Martijn Cuppens | 1 | -0/+7 | |
| 2020-10-26 | Fix border radii on validation messages | Martijn Cuppens | 1 | -1/+6 | |
| 2020-10-26 | Require `.has-validation` class to fix border radii on form elements | Martijn Cuppens | 1 | -3/+5 | |
| 2020-09-30 | Add Sass variable for CSS variable prefix (#31684) | Mark Otto | 2 | -9/+9 | |
| * Add Sass variable for CSS variable prefix * Update other --bs-* var instances | |||||
| 2020-09-29 | Fix disabled checkbox toggle buttons (#31651) | Nikita Mikhaylov | 1 | -2/+11 | |
| * fix disabled checkbox toggle buttons * add disabled checks-radios examples in documentation Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-09-28 | Update stylelint to v13.7.2 (#31726) | XhmikosR | 1 | -1/+1 | |
| 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 | |
