| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-07-24 | Ship v4.1.3v4.1.3 | Mark Otto | 3 | -3/+3 | |
| 2018-07-20 | Allow background images for active buttons | Martijn Cuppens | 1 | -1/+0 | |
| 2018-07-20 | fix `.modal-dialog-centered` on IE10/11 | Mohammad Younes | 1 | -0/+12 | |
| 2018-07-20 | Fix modal overflow style nesting (#26742) | Joshua David | 1 | -6/+6 | |
| Nest `.modal` styling directly under `.modal-open` to avoid issues when bootstrap is nested. | |||||
| 2018-07-20 | #26912: fix custom file input z-index | Martijn Cuppens | 1 | -0/+5 | |
| 2018-07-20 | Fix property order | ysds | 1 | -1/+1 | |
| 2018-07-20 | Remove `:not(:root)` from the workaround for SVG overflow bug | ysds | 1 | -6/+3 | |
| * `svg:not(:root)` specificity is very high (https://github.com/necolas/normalize.css/issues/718) * Bootstrap do not support SVG documents (See #26878) | |||||
| 2018-07-20 | Lower the specificity of vertical-align of SVG | ysds | 1 | -2/+7 | |
| 2018-07-20 | Add Noto Color Emoji to font stack | Mark Otto | 1 | -1/+1 | |
| Fixes #26227 | |||||
| 2018-07-20 | Update validation tooltips to use tooltip vars (#26887) | Mark Otto | 1 | -6/+6 | |
| Updates the properties and values for which we have existing variables to match our tooltips. Come 4.2, we'll create new tooltips for these. | |||||
| 2018-07-15 | #25842 Remove max-width from table class | Lefteris Psitopoulos | 1 | -1/+0 | |
| 2018-07-15 | Form control heights (#26820) | Mark Otto | 2 | -17/+23 | |
| * Redo input height on .form-control - Use the already present -height variables on .form-control - Consolidate the select size and multiple overrides into the .form-control base class instead of sm/lg modifiers - Remove the Sass extends from input groups since it picks up too many selectors * Prevent height on textareas | |||||
| 2018-07-14 | Fix custom range thumb style (#26385) | ysds | 2 | -24/+19 | |
| * 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-14 | fixes #26579 | Mark Otto | 1 | -1/+1 | |
| 2018-07-12 | Ship v4.1.2 | Mark Otto | 3 | -3/+3 | |
| 2018-07-09 | correct spelling errors (#26837) | Andrew | 4 | -5/+5 | |
| 2018-06-24 | Update box-shadows on .custom-select (#26754) | Mark Otto | 2 | -2/+9 | |
| - 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-06-24 | Render inline svg like img (#25874) | Martijn Cuppens | 1 | -0/+1 | |
| 2018-06-03 | Limit .close hover/focus to non-disabled controls (#26654) | Patrick H. Lauke | 1 | -7/+8 | |
| 2018-06-02 | Stricter stylelint rules | Martijn Cuppens | 1 | -55/+72 | |
| 2018-05-23 | Add disabled bg color to disabled custom file | ysds | 2 | -0/+5 | |
| 2018-05-23 | Custom forms transition | Martijn Cuppens | 2 | -0/+11 | |
| 2018-05-18 | Fix double-transition bug (#26452) | domq | 1 | -1/+1 | |
| By applying the transition: CSS property only to classes that are active during sliding, we avoid an unnecessary, non-zero-time animation that although mostly invisible, does interfere with e.g. z-index based parallax | |||||
| 2018-05-07 | Fix z-index target (#26361) | ysds | 1 | -5/+7 | |
| 2018-04-30 | Bump version to v4.1.1v4.1.1 | Mark Otto | 3 | -3/+3 | |
| 2018-04-29 | Simplify custom file inner height for generated browse button | Mark Otto | 2 | -1/+2 | |
| 2018-04-23 | Closes #26300: Add cursor pointer to carousel indicators | Varunram | 1 | -0/+1 | |
| 2018-04-23 | Remove unnecessary resetting of left round (#26238) | ysds | 1 | -2/+1 | |
| 2018-04-23 | add validation styles for .form-control-file (#26181) | Mark Otto | 1 | -0/+10 | |
| 2018-04-23 | Replace reboot monospace hack with system font stack | nickg | 2 | -11/+1 | |
| 2018-04-23 | workaround for IE that check indicator does not appear (#25944) | ysds | 1 | -2/+3 | |
| 2018-04-23 | Print color fix dark tables and dark theads (#26193) | Martijn Cuppens | 1 | -0/+17 | |
| 2018-04-16 | Suppress text-hide deprecation warning (#26242) | Alexander Rechsteiner | 2 | -3/+5 | |
| 2018-04-16 | Remove `dialog` from the HTML5 shim style (#26269) | Patrick H. Lauke | 1 | -1/+1 | |
| `<dialog>`, in browsers that support it, has user agent styles of `dialog { display:block; ...} dialog:not([open]) { display:none; }` by forcing it to `display:block` in the shim, the dialog is shown even when closed. There's no clean way to shim this for non-supporting browsers, but arguably these browsers would have further problems with pure `<dialog>` usage anyway, and it's up to authors to then use different elements/shims. | |||||
| 2018-04-14 | [trivial] Correct typos (#26297) | Varunram Ganesh | 3 | -4/+4 | |
| 2018-04-09 | Ship v4.1.0 (#26218)v4.1.0 | Mark Otto | 3 | -3/+3 | |
| * update docs path from docs/4.0/ to docs/4.1/ * bump version to 4.1.0 * Update redirects to work for 4.1 docs move * Update docs version switcher to include latest and link to 4.0 docs * re-run dist * Update package-lock.json * Update docs-navbar.html | |||||
| 2018-04-02 | Fix broken URI fragments and redirects. | XhmikosR | 5 | -6/+6 | |
| 2018-04-02 | Use https when possible. | XhmikosR | 3 | -3/+3 | |
| 2018-04-01 | Pagination move `.page-link:focus` outline value to variable ↵ | Patrick Yeo | 2 | -1/+2 | |
| `$pagination-focus-outline` so we can unset it via Sass and don't have to re-implement browser defaults | |||||
| 2018-04-01 | Allow non-string content as breadcrumb divider (#25581) | Martijn Cuppens | 2 | -6/+9 | |
| * Allow url(), attr(), none,... as breadcrumb divider * Update breadcrumb divider docs | |||||
| 2018-04-01 | Tiny grammar and punctuation tweaks to a comment. | Tom Swirly | 1 | -1/+1 | |
| 1. It's == "it is" 2. The subject of the sentence is "Only one" (not "these") so the verb must agree with it. Feel free to do nothing with this change, use it, etc - I just saw this while reading through the code. | |||||
| 2018-03-31 | Deprecate .text-hide (#26173) | Mark Otto | 1 | -0/+2 | |
| 2018-03-31 | Add box-shadow utilities (#25758) | Mark Otto | 3 | -0/+11 | |
| 2018-03-31 | Add new .flex-grow and .flex-shrink utils | Mark Otto | 1 | -0/+4 | |
| 2018-03-31 | Fix Chrome's rendering of .card-columns | Mark Otto | 1 | -0/+2 | |
| Uses orphans/widows trick from @fran-worley at https://github.com/twbs/bootstrap/issues/20925#issuecomment-333492739. Fixes #20925. | |||||
| 2018-03-31 | add 50% translucent black and white text | Mark Otto | 1 | -0/+3 | |
| 2018-03-31 | add .text-body, fixes #25412 | Mark Otto | 1 | -0/+1 | |
| 2018-03-31 | Remove navbar align | Martijn Cuppens | 2 | -11/+0 | |
| 2018-03-31 | Add .text-monospace util | Mark Otto | 1 | -0/+2 | |
