aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs
AgeCommit message (Collapse)AuthorFilesLines
2022-03-01docs(example): fix RTL carousel exampleGaël Poupard2-1/+3
2022-02-28Add centered dropdown and dropup optionsMark Otto1-0/+34
2022-02-28Convert border utilities to CSS variablesMark Otto2-8/+50
- Updates the utilities mixin to check for specific CSS variable names via `css-variable` - Bonus fix: we now prevent local variables for `0` value utilities (e.g., `.border-top-0` no longer sets `--bs-border-opacity: 1` - Adds new `.border-opacity-*` classes - Adds new root variables: `--bs-border-color`, `--bs-border-style`, `--bs-border-width` - Documents the new variable changes
2022-02-28Update migration.mdMark Otto1-0/+1
2022-02-28Remove thicker border on table thead elementsMark Otto1-0/+36
Use the new .table-group-divider to create your own dividers as desired. Would love to find a better way to handle border-color for this, but for now, this is at least opt-in. I've applied it by default in another way for our docs tables to help differentiate our content vs our components. Fixes #35342
2022-02-25Prefer Linux-specific fonts over ArialErik Faye-Lund1-2/+4
Some Linux distributions (like Debian) have fontconfig aliases for Arial that picks specific fonts. But such generic aliases might be less desirable than the known-good Linux specific fonts. This fixes a problem on my setup where Liberation Sans is aliased as Arial, even when Noto Sans is available. Liberation Sans doesn't support a weight of 500, so we end up rendering headers at the normal weight of 400, which makes them stand out less. Reordering the Arial fallback makes us instead pick Noto Sans over Lieration Sans, which does support a weight of 500, and makes headers stand out again. While we're at it, fixup the reboot documentation to match, and change the comment about Helvetica Neue; that's not a "Basic web-fallback" font, it's the UI font on older iOS and macOS versions.
2022-02-25Remove border of disabled calendar buttons in Dropdowns exampleJulien Déramond1-0/+1
2022-02-25Add z-index for .toast-container (#35859)Mark Otto1-3/+3
* 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
2022-02-24Mention form height change in migration guideMark Otto1-0/+2
2022-02-23Docs: replace CSS by utilities in examples (#35699)Julien Déramond35-436/+240
* Drop .opacity-50 and .opacity-75 redefinition in examples * Drop unused .card-img-right from blog example CSS files * Use line-height utilities when possible * Use rounded-* utilities in examples * Replace .nav-underline by .nav-scroller and use it in examples.html default * Use .mb-1 for .blog-post-title * Remove unused CSS rule and use .fw-* utilities for carousels examples * Use utilities for cheatsheet examples * Extract some CSS to utilities for .nav-masthead .nav-link in cover example * Dashboard group of minor modifications * Dropdowns example: refactoring * Dropdowns example refactoring: fix linting by removing selector by id * Features example refactoring * Headers example refactoring * List groups example refactoring * Sidebars example refactoring * Sign-in example refactoring * Starter template refactoring * Fix RTL examples Co-authored-by: Mark Otto <[email protected]>
2022-02-23Replace non-existent `--bs-btn-padding` by `--bs-btn-padding-{x|y}`Julien Déramond1-1/+1
2022-02-22Fix modal docchefarbeiter1-4/+4
2022-02-22Rely on `border-width` for `<hr>` size (#35491)Gaël Poupard4-1/+24
* fix(reboot): revert hr styles to v4 implementation * docs(cheatsheet): add a hr example * fix(reboot): currentColor is the initial border-color value * Document hr element in Reboot docs * Update migration guide * Update scss/_variables.scss Co-authored-by: Mark Otto <[email protected]>
2022-02-22remove opacity utlitilies from example CSS (#35877)Christian Oliff1-3/+0
These are included in Bootstrap itself now Co-authored-by: XhmikosR <[email protected]>
2022-02-16Convert pagination component to CSS variables (#35399)Mark Otto1-2/+10
* Convert pagination component to CSS variables * Use RFS mixin * Remove the useless fallback
2022-02-14Convert dropdowns to CSS variablesMark Otto2-5/+17
2022-02-14Convert .btn and mixins to use CSS variablesMark Otto1-9/+38
2022-02-14Update reboot.mdvpakati1-1/+1
Add the missing right parenthesis.
2022-02-14Fix typo in Badges CSS variables descriptionJulien Déramond1-1/+1
2022-02-11Fixes #32082Mark Otto1-2/+0
Remove sentence in docs that's no longer needed. Fixes #32082.
2022-02-10Bump version calloutMark Otto1-1/+1
2022-02-10Convert .badge to CSS variablesMark Otto1-1/+9
2022-02-09Remove remaining `.navbar-light` classes (#35814)Julien Déramond5-10/+10
* Fix typo in CSS variables documentation * Drop remaining .navbar-light classes
2022-02-08Support floating labels on `.form-control-plaintext` (#32840)Sebastian Podjasek1-0/+15
* Support floating labels on `.form-control-plaintext` * Update floating-labels.md * Apply suggestions from code review Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2022-02-08Add `.form-check-reverse` modifier class (#33606)Mark Otto1-0/+24
* Add .form-check-reverse modifier class * Update checks-radios.md Co-authored-by: XhmikosR <[email protected]>
2022-02-08Convert navbar to CSS variablesMark Otto3-36/+55
Co-Authored-By: Gaël Poupard <[email protected]>
2022-02-06Add zebra striping for table columnsMacinto5h1-3/+13
Co-Authored-By: Macallan Camara <[email protected]> Co-Authored-By: XhmikosR <[email protected]>
2022-02-06Fixed typo in docsSigurd Moland Wahl1-1/+1
2022-02-03Fix dropdown docs about autoclose and esc key.Florian Lacreuse1-1/+2
2022-02-01Breadcrumb docs: drop confusing currentColor and add new callout (#35434)Gaël Poupard1-2/+9
2022-02-01Remove incorrect statement about the disabled attribute on <form> (#35713)Toby Zerner1-1/+0
> You can disable every form element within a form with the `disabled` attribute on the `<form>`. I really want to be mistaken, because this would be a very useful feature! But I don't believe it's true. I can't find anything about this on MDN Web Docs, and adding the `disabled` attribute to a `<form>` does nothing on any browser in my testing. The `disabled` attribute on a `<fieldset>` does disable all descendant form controls – perhaps that's where the mixup has come from.
2022-01-30Change X to ExtraQuy1-1/+1
2022-01-29docs: fix a couple typos found with codespell (#35733)Dimitri Papadopoulos Orfanos2-4/+4
Co-authored-by: XhmikosR <[email protected]>
2022-01-29docs: remove moot autocomplete attributes (#35741)A Web Artisan1-3/+3
2022-01-25Fix spelling mistake in footer example (#35704)Kirill Zdornyy1-1/+1
2022-01-19Docs: group together reusable CSS for examples in a single stylesheet (#35649)Julien Déramond10-128/+25
* Docs: group together examples reusable CSS in a stylesheet * Use pointer-events utility in sidebars example * Remove @import and move the content into _default/examples.html. Handle 2 sorts of dividers * Remove footers.css extra css declaration * Fix modals example * Review: remove .b-example-hr Co-authored-by: Gaël Poupard <[email protected]>
2022-01-11Update cspell config (#35647)XhmikosR4-4/+4
* specify the files to scan in the config * enable `useGitignore` option * remove a few unneeded suppressions
2022-01-05fixed button text (#35656)Arslan Kalwar1-1/+1
Added button missing text
2022-01-05Fix custom-checkbox and custom-radio in migration doc (#35609)Sakurai Kenji1-2/+3
2022-01-05Fix offcanvas title in 'Enable body scrolling' example (#35621)Neeraj Kumar Das1-1/+1
2022-01-05Remove the useless class of the close button .text-resetzhangchenglin2-9/+9
2021-12-28Update api.md (#35486)Anton1-2/+24
* Wording tweak * Tweak wording Co-authored-by: Patrick H. Lauke <[email protected]>
2021-12-23Add note to carousel crossfade docs about bg color (#35587)XhmikosR1-1/+1
Fixes #35181 Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Gaël Poupard <[email protected]>
2021-12-23Strengthen and expand note about dynamic tabs with dropdown menus (#35588)Patrick H. Lauke1-1/+3
following on from https://github.com/twbs/bootstrap/pull/35213 this - expands the note, making it clear it's not supported - makes it a callout
2021-12-21docs: add reference to sticky-xxl utils (#35579)Kyle Tsang1-0/+2
Co-authored-by: XhmikosR <[email protected]>
2021-12-21fix(docs): typo in Alerts CSS Variables description (#35575)Julien Déramond1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2021-12-18docs: A fix for CSS Variables and some proposal (#35563)Louis-Maxime Piton5-39/+35
* docs: Fix CSS variables sections * Minor fix for dropdowns * Minor fixes for URLs Co-authored-by: XhmikosR <[email protected]>
2021-12-17Convert alerts to CSS variables (#35401)Mark Otto1-3/+11
Co-authored-by: XhmikosR <[email protected]>
2021-12-16Add sticky bottom utility (#35518)Florian Lacreuse2-3/+30
Co-authored-by: XhmikosR <[email protected]>
2021-12-16docs: Use param to set Bootstrap version in Contents page (#35556)Julien Déramond1-1/+1