| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-09-20 | Set toast z-index variable in the correct spot | flavio-b | 1 | -0/+2 | |
| The .toast-container tries to use the z-index CSS variable, which is defined under .toast. However, this variable is not accessible to the container. This change copies the variable to the spot where it can be used. | |||||
| 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-08-31 | Adding missing CSS variables for `z-index` | louismaximepiton | 1 | -1/+2 | |
| 2022-05-22 | Stylelint: Disable `custom-property-empty-line-before` | Mark Otto | 1 | -1/+1 | |
| 2022-04-11 | Improve use of CSS vars in Toasts | Julien Déramond | 1 | -2/+3 | |
| 2022-03-17 | Convert toasts to CSS variables (#35961) | Mark Otto | 1 | -14/+30 | |
| * Convert toasts to CSS variables * bundlewatch | |||||
| 2022-02-25 | Add z-index for .toast-container (#35859) | Mark Otto | 1 | -0/+2 | |
| * Add z-index for .toast-container - Adds positioning and z-index to toast container so that it has a system-declared layer in relation to other components. - Updates docs to use the class better Fixes $34028 * Remove unnecessary z-index from docs examples | |||||
| 2021-07-22 | Toasts: Change showing timings and classes to keep toast `display:none` by ↵ | GeoSot | 1 | -2/+2 | |
| default (#33610) | |||||
| 2021-06-14 | Replace `/` division with multiplication and custom `divide()` function (#34245) | Mark Otto | 1 | -1/+1 | |
| * 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-01-13 | Add word-break to .toast-body (#32670) | Onycss | 1 | -0/+1 | |
| * Update _toasts.scss * Update scss/_toasts.scss Co-authored-by: Mark Otto <[email protected]> | |||||
| 2020-12-04 | Add toast positioning | Martijn Cuppens | 1 | -12/+14 | |
| 2020-09-22 | Update toasts dismiss (moving more styles to CSS instead of utilities), fix ↵ | Mark Otto | 1 | -0/+5 | |
| some more close examples, and add a new .btn-close-white variant | |||||
| 2020-07-31 | Remove overflow: hidden from toasts (#31381) | Mark Otto | 1 | -1/+1 | |
| 2020-06-25 | Remove backdrop-filter from toasts | Mark Otto | 1 | -1/+0 | |
| 2019-02-07 | Responsive font size implementation (#23816) | Martijn Cuppens | 1 | -1/+1 | |
| 2019-01-20 | Make component colors configurable (#28035) | Martijn Cuppens | 1 | -0/+1 | |
| 2018-12-21 | Use border-radius() mixin for toast | Shohei Yoshida | 1 | -1/+1 | |
| 2018-12-12 | Fix margin above toast when previous toast is hidden (#27820) | Martijn Cuppens | 1 | -2/+2 | |
| 2018-12-10 | fix fade animation for toast | Johann-S | 1 | -1/+10 | |
| 2018-11-13 | Nest the `.toast.show` and use `display: block;` as inherit causes broken styles | Mark Otto | 1 | -3/+3 | |
| 2018-11-13 | Create toast JS plugin, add unit tests. | Johann-S | 1 | -0/+5 | |
| 2018-11-13 | Add new toasts component | Mark Otto | 1 | -0/+29 | |
