| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-07-15 | Fix use of declarations after nested rules (deprecated in Sass 1.77.7) (#40623) | Julien Déramond | 1 | -1/+1 | |
| 2023-11-15 | Drop evenly items distribution for modal and offcanvas headers (#39373) | MarkoOleksiyenko | 1 | -1/+0 | |
| 2022-09-04 | Add workarounds for postcss values parser error | Geremia Taglialatela | 1 | -1/+1 | |
| postcss-values-parser returns a syntax error when a negative value is provided in a `calc` function after a CSS variable. This is not an issue with Bootstrap itself, but a workaround to allow projects using postcss-values-parser to keep upgrading and compiling bootstrap Ref: shellscape/postcss-values-parser#138, twbs/bootstrap#35033 Fix: #36851 | |||||
| 2022-05-12 | Revert backdrop utilization, handling clicks over modal (#36324) | GeoSot | 1 | -1/+0 | |
| * refactor(Modal.js): stop using backdrop class to handle clicks over modal * Revert #35554 and backdrop callback usage Explanation: In order to bypass `.modal`, was applied a css rule `pointer-events:none` which caused the side effect, and user couldn't scroll "long content modals" * Update .bundlewatch.config.json Co-authored-by: Mark Otto <[email protected]> | |||||
| 2022-04-12 | Changing the CSS var management | louismaxime.piton | 1 | -14/+5 | |
| 2022-03-28 | Train PR: CSS variables for accordion, cards, navs, and modals (#36071) | Mark Otto | 1 | -35/+71 | |
| * Convert accordion to CSS vars * Update accordion.md * Convert navs to CSS variables * Split up CSS vars * bundlewatch * fix vars * Convert cards to CSS vars * Convert modals to CSS variables * Bundlewatch Co-authored-by: Geremia Taglialatela <[email protected]> | |||||
| 2022-02-18 | Add null modal-footer-bg variable (#35858) | Mark Otto | 1 | -0/+1 | |
| Fixes #35782 | |||||
| 2022-01-30 | Modal: handle click event from backdrop callback | GeoSot | 1 | -0/+1 | |
| 2021-12-14 | Update stylelint and stylelint-config-twbs-bootstrap (#35438) | XhmikosR | 1 | -1/+1 | |
| 2021-06-25 | Variablize backdrop for modal and offcanvas | Mark Otto | 1 | -11/+1 | |
| 2021-06-14 | Replace `/` division with multiplication and custom `divide()` function (#34245) | Mark Otto | 1 | -4/+4 | |
| * Convert bulk of division to multiplication * Use custom divide() function instead of Dart Sass math module for greater compatibility * Apply suggestions from code review * Fix functions | |||||
| 2021-05-13 | remove modal css override | GeoSot | 1 | -11/+2 | |
| 2021-04-11 | Decouple Modal's scrollbar functionality (#33245) | GeoSot | 1 | -9/+0 | |
| 2021-02-10 | Add Sass docs (variables, mixins, and loops) to most pages (#32747) | Mark Otto | 1 | -0/+2 | |
| * WIP: Mention variables, mixins, and loops in docs * Add Sass sections to component pages * add sass docs for forms and content * Update buttons.md * Remove empty mixins sections * Massive update to utilities and some consistency changes Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-09-22 | Tweak sizing and alignment of .btn-close in modal headers | Mark Otto | 1 | -4/+3 | |
| 2020-09-22 | Rename .close to .btn-close, replace times sign with background SVG, update ↵ | Mark Otto | 1 | -1/+1 | |
| focus state | |||||
| 2020-06-25 | Fix scrollable modal (#31151) | Shohei Yoshida | 1 | -2/+3 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-06-14 | Change breakpoint-max implementation | Martijn Cuppens | 1 | -2/+2 | |
| - The `media-breakpoint-down()` uses the breakpoint itself instead of the next breakpoint. Use `media-breakpoint-down(lg)` instead of `media-breakpoint-down(md)` to target viewports smaller than the `lg` breakpoint. - The `media-breakpoint-between()` mixin's second parameter also uses the breakpoint itself instead of the next breakpoint. Use `media-between(sm, lg)` instead of `media-breakpoint-between(sm, md)` to target viewports between the `sm` and `lg` breakpoints. | |||||
| 2020-04-01 | Fix border radii | Martijn Cuppens | 1 | -1/+9 | |
| 2020-04-01 | Fix CSS and improve docs | ysds | 1 | -14/+19 | |
| 2020-04-01 | Add Full-Screen size to Modal and Responsive variations for breakpoints | gsoti | 1 | -0/+16 | |
| (Works from breakpoint and down) | |||||
| 2020-03-18 | Remove Internet Explorer leftovers | ysds | 1 | -9/+0 | |
| 2020-03-18 | Drop IE support from Sass | Martijn Cuppens | 1 | -25/+0 | |
| 2020-02-29 | Fix centered modal scrolling issue (#30244) | Shohei Yoshida | 1 | -0/+2 | |
| Use the `min-content` property. | |||||
| 2019-10-31 | Add add and subtract function | ysds | 1 | -8/+8 | |
| 2019-10-25 | Added animation when modal backdrop is static (#29516) | Higor Araújo dos Anjos | 1 | -0/+5 | |
| 2019-09-26 | Sass: remove redundant stylelint inline suppressions. (#29427) | XhmikosR | 1 | -1/+0 | |
| 2019-08-16 | Enable wrapping for elements in .modal-footer (#25103) | Martijn Cuppens | 1 | -4/+9 | |
| 2019-05-28 | Calc modal header/footer border radius according to the border width (#28775) | Shohei Yoshida | 1 | -2/+2 | |
| 2019-05-27 | 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` | |||||
