| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-09-08 | Replace Sass division with multiplication and custom divide() function | Mark Otto | 1 | -6/+6 | |
| Fixes #34353. Co-Authored-By: Slaven Tomac <[email protected]> | |||||
| 2021-01-13 | Consistently use outline:0 rather than outline:none | Patrick H. Lauke | 1 | -1/+1 | |
| Manual backport of https://github.com/twbs/bootstrap/pull/32751 (which has not been merged yet, but assume it will shortly) | |||||
| 2020-11-19 | Add overflow suppression to custom file label (#32160) | Patrick H. Lauke | 1 | -0/+1 | |
| Avoids unsightly spilling out of long filename text, particularly for multi file inputs Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-11-13 | Manually backport #32121 (#32141) | XhmikosR | 1 | -1/+1 | |
| Use correct value order Co-authored-by: Martijn Cuppens <[email protected]> | |||||
| 2020-11-13 | Avoid invisible real file input "spilling" out of container (#32145) | Patrick H. Lauke | 1 | -0/+1 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-10-05 | Backport color-adjust for v4 | Mark Otto | 1 | -0/+1 | |
| Keeps checkboxes, radios, and switches with their intended design when printing. Backports #29714 | |||||
| 2020-09-30 | Stylelint: replace deprecated options | XhmikosR | 1 | -3/+3 | |
| 2020-09-18 | Update _custom-forms.scss (#31693) | Mark Otto | 1 | -1/+1 | |
| Typo in box-shadow attribute, global variable used instead of local. Co-authored-by: Arthur Shlain <[email protected]> Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-06-23 | Remove duplicate properties after #30922 (#31148) | Martijn Cuppens | 1 | -4/+0 | |
| 2020-06-15 | fix(custom forms): disabled checked states weren't overriding ↵ | Gaël Poupard | 1 | -0/+4 | |
| background-image (#30922) | |||||
| 2020-06-04 | v4: Add z-index to .custom-check to fix custom checks in CSS columns (#30810) | Mark Otto | 1 | -0/+1 | |
| For some reason, custom checks in CSS columns need a new stacking order to maintain visibility. This PR adds `z-index: 1` to trigger that new stacking order. Since v5's forms are being redone entirely, and we're dropping IE10/11 there, I think this is totally fine to ship with v4 only. Will need to check v5's forms it in Edge though. Fixes #29607. Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-04-13 | Backport #30555 | Martijn Cuppens | 1 | -1/+2 | |
| Use `box-shadow` mixin for `.form-select` | |||||
| 2019-11-28 | V4: Add :disabled for disabled fieldset (#29762) | Shohei Yoshida | 1 | -6/+6 | |
| 2019-11-07 | Make check label cursor customizable (#29633) | Gary PEGEOT | 1 | -0/+1 | |
| 2019-11-01 | Convert v4-dev calc() left overs to add/subtract functions | Martijn Cuppens | 1 | -3/+3 | |
| 2019-10-14 | Backport #29445 | Martijn Cuppens | 1 | -0/+6 | |
| Remove outline from select box in Firefox | |||||
| 2019-07-30 | `.custom-select`: combine properties. | Martijn Cuppens | 1 | -2/+1 | |
| 2019-07-30 | Backport "Use escape-svg() function (#29077)" | Martijn Cuppens | 1 | -3/+3 | |
| Adapted for v4-dev. | |||||
| 2019-06-18 | Fix position of browser default validation message (#28852) | Shohei Yoshida | 1 | -0/+3 | |
| 2019-04-29 | Add `$custom-control-label-color` variable (#28633) | Shohei Yoshida | 1 | -0/+1 | |
| 2019-03-27 | Workaround for MS edge bug (#28275) | Shohei Yoshida | 1 | -2/+6 | |
| 2019-02-07 | Responsive font size implementation (#23816) | Martijn Cuppens | 1 | -3/+3 | |
| 2019-02-07 | Optional btn & input font sizes (#28068) | Martijn Cuppens | 1 | -0/+2 | |
| 2019-01-25 | Fix custom select caret issue on IE (#28112) | Shohei Yoshida | 1 | -1/+1 | |
| 2019-01-13 | Combine background properties into one | Martijn Cuppens | 1 | -3/+1 | |
| 2018-12-29 | Fix custom select font sizes (#27929) | Martijn Cuppens | 1 | -0/+1 | |
| 2018-12-23 | Blacklist border-radius property (use mixin instead) (#27900) | Martijn Cuppens | 1 | -5/+4 | |
| 2018-12-14 | Remove redundant brackets (#27768) | Martijn Cuppens | 1 | -6/+6 | |
| 2018-12-14 | Custom switch form control gutter fix (#27837) | Gijs Boddeus | 1 | -3/+3 | |
| 2018-12-14 | Actual gutter definition (#27797) | Gijs Boddeus | 1 | -3/+3 | |
| 2018-12-12 | Add switch custom form control (#23004) | Gijs Boddeus | 1 | -0/+41 | |
| 2018-11-13 | Customize browse text of the custom file input with HTML (#27651) | Martijn Cuppens | 1 | -0/+4 | |
| 2018-11-04 | scss/_custom-forms.scss: fix typo in comment. | XhmikosR | 1 | -1/+1 | |
| 2018-10-31 | Fix empty custom-control-label alignment issue (#27566) | ysds | 1 | -0/+1 | |
| 2018-10-30 | #27502: Prevent active state border change | Martijn Cuppens | 1 | -1/+1 | |
| 2018-10-21 | Custom checkboxes and radios retheming (#27064) | Martijn Cuppens | 1 | -7/+13 | |
| 2018-10-20 | Update _custom-forms.scss (#27276) | 719media | 1 | -1/+0 | |
| user-select has no effect on before/after pseudo elements | |||||
| 2018-10-20 | Add font weight options for form controls and custom select (#27343) | Andres Galante | 1 | -0/+2 | |
| 2018-09-02 | #27112: fix border focus border color | Martijn Cuppens | 1 | -5/+1 | |
| 2018-07-29 | Merge branch 'form-validation-icons' into v4-dev | Mark Otto | 1 | -2/+2 | |
| 2018-07-29 | Fix custom-select font size/padding (#26585) | Robert | 1 | -4/+6 | |
| fixes #26476 | |||||
| 2018-07-24 | Fix custom range height (#26898) | ysds | 1 | -1/+2 | |
| Fixes #26897 | |||||
| 2018-07-24 | Custom input range disabled styling (#26540) | Martijn Cuppens | 1 | -0/+22 | |
| 2018-07-14 | Fix custom range thumb style (#26385) | ysds | 1 | -16/+10 | |
| * Fix focus box shadow of custom ranges * Put `:focus` selector right after `.custom-range` * Remove unnecessary `outline: none` * Fix box-shadow issues in IE/Edge * Better align * Fix thumb vertical positions in IE/Edge * Fix incorrect formula of thumb vertical positions in Webkit * Fix an incorrect comment * Fix incorrect box-shadow-width | |||||
| 2018-07-14 | Fix `custom-forms` heights and position (#25602) | Andrew Luca | 1 | -3/+3 | |
| Now `.custom-control` will have height equal to `$font-size-base` Fix custom checkbox and radio top position (we can't subtract rem from unit) `$line-height-base - $custom-control-indicator-size` is not valid Because `$line-height-base` is a unitless variable and `$custom-control-indicator-size` is a unit (rem) variable | |||||
| 2018-07-08 | Restore feedback icons on validated form fields | Mark Otto | 1 | -2/+2 | |
| - Only applies to textual inputs and textareas with `.form-control` and selects with `.custom-select` - Wrap the feedback icons in a Sass variable option, $enable-validation-icons, so folks who theme can disable - Update docs to summarize styles, mention the icons, include a textarea demo, and add mention of the Sass variable option to the Theming section | |||||
| 2018-06-24 | Update box-shadows on .custom-select (#26754) | Mark Otto | 1 | -1/+6 | |
| - Fixes #25656 where custom selects had the wrong focus shadow - Fixes #26668 where custom selects had no inset shadow (also closes #26572 which had the wrong form classes on the first example anyway) | |||||
| 2018-05-23 | Add disabled bg color to disabled custom file | ysds | 1 | -0/+4 | |
| 2018-05-23 | Custom forms transition | Martijn Cuppens | 1 | -0/+9 | |
| 2018-04-29 | Simplify custom file inner height for generated browse button | Mark Otto | 1 | -1/+1 | |
