| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-09-08 | Replace Sass division with multiplication and custom divide() function | Mark Otto | 1 | -2/+2 | |
| Fixes #34353. Co-Authored-By: Slaven Tomac <[email protected]> | |||||
| 2020-06-24 | Stylelint: remove redundant inline suppressions | XhmikosR | 1 | -1/+0 | |
| 2020-03-09 | Fix centered modal scrolling issue (#30244) | Shohei Yoshida | 1 | -0/+2 | |
| Use the `min-content` property. | |||||
| 2019-11-02 | backport #29516: added animation when modal backdrop is static | Johann-S | 1 | -0/+5 | |
| 2019-11-01 | Add add and subtract function | ysds | 1 | -8/+8 | |
| 2019-08-17 | Enable wrapping for elements in .modal-footer (#25103) | Martijn Cuppens | 1 | -4/+9 | |
| 2019-05-30 | Calc modal header/footer border radius according to the border width (#28775) | Shohei Yoshida | 1 | -2/+2 | |
| 2019-05-30 | Correct grammar in modal.scss (#28829) | Aditya Shankar | 1 | -1/+1 | |
| 2019-01-20 | Make component colors configurable (#28035) | Martijn Cuppens | 1 | -0/+1 | |
| 2019-01-20 | Scrollable modal (#27769) | Shohei Yoshida | 1 | -4/+46 | |
| 2018-11-11 | Fix modal positioning on Android. | jvitela | 1 | -4/+4 | |
| When the address bar is hidden, sometimes the visual position of the controls is out of sync with its logical position. | |||||
| 2018-10-19 | Fix size of modal dialogs at different widths (#27094) | namiltd | 1 | -1/+4 | |
| 2018-09-18 | Allow multiple ways of padding declaration for modal header (#26976) | Martijn Cuppens | 1 | -1/+1 | |
| * #26967: Allow multiple ways of padding declaration for modal header * #26976: split vertical and horizontal modal padding | |||||
| 2018-08-28 | Remove extra line break | ysds | 1 | -2/+0 | |
| 2018-08-25 | Round corners on modal footer | Mark Otto | 1 | -0/+1 | |
| Matches the method used for the modal header. Fixes #26955. | |||||
| 2018-08-13 | Tweak modal transform (#27005) | Martijn Cuppens | 1 | -2/+2 | |
| 2018-07-24 | Merge branch 'v4-dev' into malkomich-v4-dev | Mark Otto | 1 | -6/+18 | |
| 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-07 | Merge branch 'v4-dev' of https://github.com/malkomich/bootstrap into ↵ | Mark Otto | 1 | -0/+4 | |
| malkomich-v4-dev | |||||
| 2018-03-03 | Adding a variable to handle the change of a modals border-radius. (#25691) | Adam Kolinski | 1 | -2/+2 | |
| 2017-11-24 | lets the centered modal have any height (#24803) | Andres Galante | 1 | -5/+2 | |
| 2017-10-29 | Add `.modal-dialog-centered` for optional vertically centered modal (#24510) | Mark Otto | 1 | -0/+15 | |
| * Add .modal-dialog-centered for optional vertically cenetered modal Fixes #23638 * adds modal-dialog-centered class to docs and removes margin to avoid generating a vertical scrolling * mention limitations * fix aria attr * Add `width: 100%` to the .modal-content for the centered version. Adding it here to avoid adding another selector by limiting it to the centered modal modifier. | |||||
| 2017-10-23 | Refactor a few selectors. (#24404) | XhmikosR | 1 | -9/+12 | |
| 1. move a couple of them before the more specific ones. 2. change nesting to be under the same parent selector 3. use the ampersand more | |||||
| 2017-10-02 | Switch to stylelint. (#23572) | XhmikosR | 1 | -1/+2 | |
| 2017-10-02 | adds a border radius to modal headers (#23799) | Andres Galante | 1 | -0/+1 | |
| 2017-10-01 | extends the click area of the close btn on modals (#23783) | Andres Galante | 1 | -2/+3 | |
| 2017-08-22 | Add pointer-events declarations | Patrick H. Lauke | 1 | -0/+4 | |
| make outer `.modal-dialog` pass through events for custom click handling, counteract it for the actual `.modal-content` | |||||
| 2017-08-10 | Ensure alignment of modal dismiss when no .modal-title is present | Mark Otto | 1 | -0/+4 | |
| 2017-06-13 | (#22414) Renamed for consistency `$modal-dialog-sm-up-margin-y`, ↵ | Patrick Yeo | 1 | -3/+3 | |
| `$modal-content-xs-box-shadow`, `$modal-content-sm-up-box-shadow`, to `$modal-dialog-margin-y-sm-up`, `$modal-content-box-shadow-xs`, `$modal-content-box-shadow-sm-up`, respectively | |||||
| 2017-01-28 | Add new extra large size for modal containers | Juan Carlos González Cabrero | 1 | -0/+4 | |
| 2016-12-25 | linting | Mark Otto | 1 | -2/+2 | |
| 2016-12-25 | flex the footer and include some margin magic | Mark Otto | 1 | -2/+7 | |
| - we need to set margin for space between footer buttons as flexbox doesn't render HTML spaces like inline-block does - flexbox doesn't have collapsing margins or anything, so we hack it with some :not(:first-child) and :not(:last-child) action | |||||
| 2016-12-25 | flex the modal header so we can remove custom styles | Mark Otto | 1 | -5/+3 | |
| updates the dom order in our docs to match (floated content comes first, but no need for that in flexbox) | |||||
| 2016-12-25 | No need to override a margin-top that never was set; only specify ↵ | Mark Otto | 1 | -1/+1 | |
| margin-bottom override | |||||
| 2016-12-25 | Enable flex on the .modal-content, ensure .modal-body stretches the height ↵ | Mark Otto | 1 | -0/+5 | |
| (if needed) | |||||
| 2016-12-19 | Merge branch 'fix-20982' of https://github.com/Starsam80/bootstrap into ↵ | Mark Otto | 1 | -2/+2 | |
| Starsam80-fix-20982 | |||||
| 2016-12-19 | Update _modal.scss (#21346) | Jesse Mandel | 1 | -1/+1 | |
| pull->float comment | |||||
| 2016-12-19 | Add variables for transitions (#21345) | Tom Lutzenberger | 1 | -1/+1 | |
| * Add variables for transitions * Add variables for transitions | |||||
| 2016-12-07 | Rename `.active` to `.show` | Starsam80 | 1 | -2/+2 | |
| 2016-11-28 | Remove lots of duplication + minor cleanup (#21238) | Starsam80 | 1 | -1/+1 | |
| * Remove comment that duplicated some code * Use transition mixin whenever possible * Create a new function to reduce duplication * Use the new `breakpoint-infix` method | |||||
| 2016-11-10 | renamed modal-title-padding to modal-header-padding | Elliot Evans | 1 | -1/+1 | |
| 2016-10-27 | Change variable for modal backdrop zindex, rearrange to be ordered from ↵ | Mark Otto | 1 | -1/+1 | |
| lowest to highest | |||||
| 2016-10-26 | Rename .in to .active to fix collapse | Starsam80 | 1 | -2/+2 | |
| 2016-10-03 | Remove `-webkit-overflow-scrolling: touch` due to an iOS Safari bug (#20803) | Chris Rebert | 1 | -1/+3 | |
| See https://bugs.webkit.org/show_bug.cgi?id=158342 Fixes #17695 | |||||
| 2016-09-15 | replace some profanities (#20715) | VarelloThemes | 1 | -1/+1 | |
| 2016-02-15 | Extract $modal-content-border-width variable | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-15 | Extract $modal-{header,footer}-border-width variables | Chris Rebert | 1 | -2/+2 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-15 | Extract $modal-dialog-sm-up-margin-y variable | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-15 | Extract new $modal-dialog-margin variable | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] [skip validator] | |||||
