Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-13Revert backdrop utilization, handling clicks over modal (#36324)GeoSot
* 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 <markd.otto@gmail.com>
2022-04-13Changing the CSS var managementlouismaxime.piton
2022-03-29Train PR: CSS variables for accordion, cards, navs, and modals (#36071)Mark Otto
* 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 <tagliala.dev@gmail.com>
2022-02-18Add null modal-footer-bg variable (#35858)Mark Otto
Fixes #35782
2022-01-30Modal: handle click event from backdrop callbackGeoSot
2021-12-14Update stylelint and stylelint-config-twbs-bootstrap (#35438)XhmikosR
2021-06-25Variablize backdrop for modal and offcanvasMark Otto
2021-06-14Replace `/` division with multiplication and custom `divide()` function (#34245)Mark Otto
* 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-13remove modal css overrideGeoSot
2021-04-11Decouple Modal's scrollbar functionality (#33245)GeoSot
2021-02-11Add Sass docs (variables, mixins, and loops) to most pages (#32747)Mark Otto
* 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 <xhmikosr@gmail.com>
2020-09-23Tweak sizing and alignment of .btn-close in modal headersMark Otto
2020-09-23Rename .close to .btn-close, replace times sign with background SVG, update ↵Mark Otto
focus state
2020-06-25Fix scrollable modal (#31151)Shohei Yoshida
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-06-15Change breakpoint-max implementationMartijn Cuppens
- 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-01Fix border radiiMartijn Cuppens
2020-04-01Fix CSS and improve docsysds
2020-04-01Add Full-Screen size to Modal and Responsive variations for breakpointsgsoti
(Works from breakpoint and down)
2020-03-18Remove Internet Explorer leftoversysds
2020-03-18Drop IE support from SassMartijn Cuppens
2020-02-29Fix centered modal scrolling issue (#30244)Shohei Yoshida
Use the `min-content` property.
2019-10-31Add add and subtract functionysds
2019-10-25Added animation when modal backdrop is static (#29516)Higor Araújo dos Anjos
2019-09-26Sass: remove redundant stylelint inline suppressions. (#29427)XhmikosR
2019-08-16Enable wrapping for elements in .modal-footer (#25103)Martijn Cuppens
2019-05-28Calc modal header/footer border radius according to the border width (#28775)Shohei Yoshida
2019-05-27Correct grammar in modal.scss (#28829)Aditya Shankar
2019-01-21Make component colors configurable (#28035)Martijn Cuppens
2019-01-21Scrollable modal (#27769)Shohei Yoshida
2018-11-11Fix modal positioning on Android.jvitela
When the address bar is hidden, sometimes the visual position of the controls is out of sync with its logical position.
2018-10-19Fix size of modal dialogs at different widths (#27094)namiltd
2018-09-19Allow multiple ways of padding declaration for modal header (#26976)Martijn Cuppens
* #26967: Allow multiple ways of padding declaration for modal header * #26976: split vertical and horizontal modal padding
2018-08-28Remove extra line breakysds
2018-08-25Round corners on modal footerMark Otto
Matches the method used for the modal header. Fixes #26955.
2018-08-13Tweak modal transform (#27005)Martijn Cuppens
2018-07-25Merge branch 'v4-dev' into malkomich-v4-devMark Otto
2018-07-21fix `.modal-dialog-centered` on IE10/11Mohammad Younes
2018-07-21Fix modal overflow style nesting (#26742)Joshua David
Nest `.modal` styling directly under `.modal-open` to avoid issues when bootstrap is nested.
2018-07-08Merge branch 'v4-dev' of https://github.com/malkomich/bootstrap into ↵Mark Otto
malkomich-v4-dev
2018-03-04Adding a variable to handle the change of a modals border-radius. (#25691)Adam Kolinski
2017-11-25lets the centered modal have any height (#24803)Andres Galante
2017-10-30Add `.modal-dialog-centered` for optional vertically centered modal (#24510)Mark Otto
* 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-23Refactor a few selectors. (#24404)XhmikosR
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-03Switch to stylelint. (#23572)XhmikosR
2017-10-03adds a border radius to modal headers (#23799)Andres Galante
2017-10-01extends the click area of the close btn on modals (#23783)Andres Galante
2017-08-22Add pointer-events declarationsPatrick H. Lauke
make outer `.modal-dialog` pass through events for custom click handling, counteract it for the actual `.modal-content`
2017-08-11Ensure alignment of modal dismiss when no .modal-title is presentMark Otto
2017-06-13(#22414) Renamed for consistency `$modal-dialog-sm-up-margin-y`, ↵Patrick Yeo
`$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-28Add new extra large size for modal containersJuan Carlos González Cabrero