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-02-25Document change in migration guideMark Otto
2022-02-25Add z-index for .toast-container (#35859)Mark Otto
* 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-25Mention form height change in migration guideMark Otto
2022-02-23Docs: replace CSS by utilities in examples (#35699)Julien Déramond
* 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 <markd.otto@gmail.com>
2022-02-23Replace non-existent `--bs-btn-padding` by `--bs-btn-padding-{x|y}`Julien Déramond
2022-02-22Fix modal docchefarbeiter
2022-02-22Rely on `border-width` for `<hr>` size (#35491)Gaël Poupard
* 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 <markd.otto@gmail.com>
2022-02-22remove opacity utlitilies from example CSS (#35877)Christian Oliff
These are included in Bootstrap itself now Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2022-02-16Convert pagination component to CSS variables (#35399)Mark Otto
* Convert pagination component to CSS variables * Use RFS mixin * Remove the useless fallback
2022-02-15Convert dropdowns to CSS variablesMark Otto
2022-02-15Convert .btn and mixins to use CSS variablesMark Otto
2022-02-15Update reboot.mdvpakati
Add the missing right parenthesis.
2022-02-14Fix typo in Badges CSS variables descriptionJulien Déramond
2022-02-11Fixes #32082Mark Otto
Remove sentence in docs that's no longer needed. Fixes #32082.
2022-02-11Bump version calloutMark Otto
2022-02-11Convert .badge to CSS variablesMark Otto
2022-02-09Remove remaining `.navbar-light` classes (#35814)Julien Déramond
* Fix typo in CSS variables documentation * Drop remaining .navbar-light classes
2022-02-08Support floating labels on `.form-control-plaintext` (#32840)Sebastian Podjasek
* Support floating labels on `.form-control-plaintext` * Update floating-labels.md * Apply suggestions from code review Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Mark Otto <otto@github.com>
2022-02-08Add `.form-check-reverse` modifier class (#33606)Mark Otto
* Add .form-check-reverse modifier class * Update checks-radios.md Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2022-02-08Convert navbar to CSS variablesMark Otto
Co-Authored-By: Gaël Poupard <ffoodd@users.noreply.github.com>
2022-02-07Add zebra striping for table columnsMacinto5h
Co-Authored-By: Macallan Camara <44030647+Macinto5h@users.noreply.github.com> Co-Authored-By: XhmikosR <xhmikosr@gmail.com>
2022-02-07Fixed typo in docsSigurd Moland Wahl
2022-02-03Fix dropdown docs about autoclose and esc key.Florian Lacreuse
2022-02-01Breadcrumb docs: drop confusing currentColor and add new callout (#35434)Gaël Poupard
2022-02-01Remove incorrect statement about the disabled attribute on <form> (#35713)Toby Zerner
> 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-31Change X to ExtraQuy
2022-01-29docs: fix a couple typos found with codespell (#35733)Dimitri Papadopoulos Orfanos
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2022-01-29docs: remove moot autocomplete attributes (#35741)A Web Artisan
2022-01-25Fix spelling mistake in footer example (#35704)Kirill Zdornyy
2022-01-19Docs: group together reusable CSS for examples in a single stylesheet (#35649)Julien Déramond
* 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 <ffoodd@users.noreply.github.com>
2022-01-11Update cspell config (#35647)XhmikosR
* specify the files to scan in the config * enable `useGitignore` option * remove a few unneeded suppressions
2022-01-05fixed button text (#35656)Arslan Kalwar
Added button missing text
2022-01-05Fix custom-checkbox and custom-radio in migration doc (#35609)Sakurai Kenji
2022-01-05Fix offcanvas title in 'Enable body scrolling' example (#35621)Neeraj Kumar Das
2022-01-05Remove the useless class of the close button .text-resetzhangchenglin
2021-12-28Update api.md (#35486)Anton
* Wording tweak * Tweak wording Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk>
2021-12-23Add note to carousel crossfade docs about bg color (#35587)XhmikosR
Fixes #35181 Co-authored-by: Mark Otto <markdotto@gmail.com> Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com>
2021-12-23Strengthen and expand note about dynamic tabs with dropdown menus (#35588)Patrick H. Lauke
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 Tsang
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-12-21fix(docs): typo in Alerts CSS Variables description (#35575)Julien Déramond
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-12-18docs: A fix for CSS Variables and some proposal (#35563)Louis-Maxime Piton
* docs: Fix CSS variables sections * Minor fix for dropdowns * Minor fixes for URLs Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-12-17Convert alerts to CSS variables (#35401)Mark Otto
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-12-16Add sticky bottom utility (#35518)Florian Lacreuse
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-12-16docs: Use param to set Bootstrap version in Contents page (#35556)Julien Déramond
2021-12-14docs: Add responsive variations for align-content-between (#35532)Ty Mick
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-12-14Update stylelint and stylelint-config-twbs-bootstrap (#35438)XhmikosR
2021-12-07Fix variable name in form overview docs (#35468)Alexander Gitter
These variables are called $input-btn-*, the documentation was erroneously talking about $btn-input-*. Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-12-07Replace inline styles in example "Dropdowns" (#35483)Anton
2021-12-01Dropdown: change doc for `data-bs-popper=none`GeoSot
2021-12-01Update edge-to-edge design instructions (#35446)Ethan Clevenger
Add note about margins to prevent overflow.