| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-03-29 | Another pass at fixing floating labels disabled colors (#38313) | Mark Otto | 2 | -16/+19 | |
| * Another pass at fixing floating labels disabled colors * Fix height for textareas * Fix disabled background * Move from full width to an inline-block-ish approach --------- Co-authored-by: XhmikosR <[email protected]> | |||||
| 2023-03-27 | Add a check for interpolation variables to node-sass workflow (#38283) | Julien Déramond | 5 | -9/+9 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2023-03-26 | Add `media-query` color mode Sass test (#38326) | Julien Déramond | 1 | -0/+8 | |
| 2023-03-26 | Update selectors for carousel media query color mode option (#38328) | Mark Otto | 1 | -3/+9 | |
| 2023-03-25 | Fix tooltip body placement with variation placements | kyletsang | 1 | -5/+4 | |
| 2023-03-24 | Use `border-radius` CSS variables in more components (#38284) | jonnysp | 1 | -12/+12 | |
| * Update _variables.scss missing global variable on nav-pills-border-radius * Update _variables.scss | |||||
| 2023-03-24 | Update display utility | Serhii Babakov | 1 | -1/+1 | |
| 2023-03-24 | scss: bring light/dark accordion icon color handling to parity | Saleem Abdulrasool | 1 | -2/+5 | |
| The light themed accordion icon is controlled by a set of two variables: - `$accordion-icon-color` - `$accordion-icon-active-color` The dark themed accordion icon did not have this level of control available and instead would always use `$primary-text-emphasis-dark`. Replicate the behaviour to permit individual control over the colours to match the behaviour for the light themed form. | |||||
| 2023-03-24 | Release v5.3.0-alpha2 (#38244) | XhmikosR | 1 | -1/+1 | |
| * Bump version to 5.3.0-alpha2 * Dist | |||||
| 2023-03-10 | Update _carousel.scss | jonnysp | 1 | -1/+2 | |
| fix data-bs-theme="dark" on component itself | |||||
| 2023-03-10 | Remove useless import | louismaxime.piton | 1 | -1/+0 | |
| 2023-03-07 | Remove comments from `scss/_utilities.scss` (#38181) | Julien Déramond | 1 | -2/+0 | |
| 2023-03-07 | Fix missing modifications when `--bs-{color}-text` was changed to ↵ | Julien Déramond | 2 | -5/+5 | |
| `--bs-{color}-text-emphasis` (#38176) | |||||
| 2023-03-02 | Fix button visibility issue on dark theme (#38115) | lavsemen | 2 | -1/+2 | |
| * Fix button visibility issue on dark theme * Add $btn-color-variable in _buttons.scss * Apply suggestions from code review --------- Co-authored-by: Семен Лаверентьев <[email protected]> Co-authored-by: Mark Otto <[email protected]> | |||||
| 2023-03-02 | Fix navbar-nav link styling | Serhii Babakov | 1 | -3/+5 | |
| 2023-03-02 | Icon link: envariable + enhance the documentation (#38130) | Louis-Maxime Piton | 2 | -6/+16 | |
| * Envariable the icon-link helper * Proposal * . | |||||
| 2023-03-02 | Utilities: add 0 value to `link-underline-opacity` (#38131) | Louis-Maxime Piton | 1 | -0/+1 | |
| 2023-02-25 | Drop unused `--bs-focus-ring-box-shadow` and add documentation for ↵ | Julien Déramond | 1 | -2/+0 | |
| `--bs-focus-ring-{x|y|blur}` (#38095) | |||||
| 2023-02-24 | Merge branch 'main' into btn-link | Romaric Pascal | 2 | -2/+0 | |
| 2023-02-23 | Drop duplicate `$nav-link-disabled-color` declaration (#38083) | Julien Déramond | 1 | -1/+0 | |
| 2023-02-22 | Remove useless comment from `scss/_utilities.scss` (#38104) | Julien Déramond | 1 | -1/+0 | |
| 2023-02-20 | Fix shadow of .btn-link | Serhii Babakov | 1 | -1/+1 | |
| 2023-02-15 | Fix color picker borders on chromium based browsers | MewenLeHo | 1 | -0/+1 | |
| 2023-02-15 | Remove -moz-padding-start from .form-select | Mark Otto | 1 | -1/+0 | |
| 2023-02-15 | Drop duplicate `$btn-close-focus-shadow` definition | Julien Déramond | 1 | -1/+0 | |
| 2023-02-14 | Update form validation styles to use new CSS variables for `color` and ↵ | Mark Otto | 3 | -4/+30 | |
| `border-color` (#38044) * Update form validation styles to use new CSS variables for color and border-color * Use better Sass variables | |||||
| 2023-02-13 | Remove comments from `scss/_nav.scss` (#38038) | Julien Déramond | 1 | -5/+0 | |
| 2023-02-13 | Fix `$grid-breakpoints` SCSS unit tests init (#38037) | Julien Déramond | 1 | -6/+5 | |
| 2023-02-06 | Fix list group colors by using `*-text-emphasis` CSS vars in Sass loop (#38008) | Julien Déramond | 1 | -3/+3 | |
| 2023-02-06 | Fix alerts colors by using `*-text-emphasis` CSS vars in Sass loop (#38003) | cccabinet | 1 | -2/+2 | |
| 2023-02-04 | Avoid inheritance issues on border-width utilities | Mark Otto | 1 | -2/+3 | |
| 2023-02-04 | Use color mode adaptive color for disabled dropdown menu items | Mark Otto | 1 | -1/+1 | |
| 2023-01-25 | Theme color improvements (#37953) | Mark Otto | 2 | -39/+39 | |
| * Use tint-color() and shade-color() functions to generate new color mode adaptive theme values * More consistent shading * Fix callouts use of emphasis variables * Use tint and shade functions on link and code colors for dark mode | |||||
| 2023-01-25 | Remove list-style reset on .carousel-indicators | Mark Otto | 1 | -1/+0 | |
| 2023-01-25 | Rewrite selector to help Parcel compiler | Mark Otto | 1 | -1/+1 | |
| 2023-01-21 | Proposal to rename the CSS and Sass variables | louismaximepiton | 4 | -45/+45 | |
| 2023-01-17 | Proposal | louismaximepiton | 1 | -0/+1 | |
| 2023-01-17 | Fix Android Chrome input date dimensions (#36143) | Tanguy Krotoff | 1 | -3/+15 | |
| * Bind Hugo to 0.0.0.0, helps debug on mobile when on the same network * Use http-server for visual tests * Add input visual tests * Fix input date dimensions on Android Chrome * Increase bootstrap.css max size * Revert "Bind Hugo to 0.0.0.0" & "Use http-server for visual tests" * Switch to pixels: this is an empirical minimum safe value * Update .bundlewatch.config.json Co-authored-by: Mark Otto <[email protected]> | |||||
| 2023-01-16 | Sass docs updates (#37897) | Mark Otto | 3 | -0/+24 | |
| * Add maps * Redesign scss-docs rendering * Update other CSS sections * Fix linter | |||||
| 2023-01-16 | Fix `.form-control` in dark mode (#37893) | Mark Otto | 2 | -7/+2 | |
| * Fix .form-control in dark mode * Remove CSS vars from docs | |||||
| 2023-01-16 | Better use of CSS var | louismaximepiton | 1 | -14/+7 | |
| 2023-01-16 | Deprecate the Sass var and remove any occurence of the `.text-muted` (#37890) | Louis-Maxime Piton | 2 | -4/+6 | |
| 2023-01-12 | Remove outdated comment from `$input-border-color` variable | Eren Okka | 1 | -1/+1 | |
| 2023-01-11 | Add theme maps specific to dark mode (#37843) | Julien Déramond | 4 | -26/+52 | |
| * Add theme maps specific to dark mode * Fix CSS building * Fix other failing test Co-authored-by: Mark Otto <[email protected]> | |||||
| 2023-01-11 | Drop duplicate `--bs-body-bg-rgb` declaration + reorder props | Julien Déramond | 1 | -8/+7 | |
| 2023-01-11 | Reduce bootstrap-grid.css content | Julien Déramond | 3 | -8/+6 | |
| 2023-01-10 | Update colored links, add new `.link-body-emphasis` helper (#37833) | Mark Otto | 1 | -3/+17 | |
| * Rewrite colored links to use color property again instead of --bs-link-color-rgb value because nav links and more do not set --bs-link-color-rgb * Update bundlewatch * Document it Co-authored-by: Julien Déramond <[email protected]> | |||||
| 2023-01-08 | Remove obsolete comment from `_variables.scss` | Julien Déramond | 1 | -1/+1 | |
| 2023-01-07 | Keep shadows black regardless of color mode | Mark Otto | 1 | -4/+4 | |
| 2023-01-07 | Docs: missing deprecated callout for `list-group-item-variant()` mixin | Julien Déramond | 1 | -1/+0 | |
