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
path: root/scss
AgeCommit message (Collapse)Author
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR
2021-08-04_navbar.scss: switch comment (#34677)XhmikosR
2021-08-04Add and document additional :root CSS variablesMark Otto
- Adds grayscale colors - Adds root and body variables Note that some Sass variables default to `null`, so as we generate and use the CSS variable, we'll be potentially adding some lines of code.
2021-08-04Update color and background-color utilitiesMark Otto
- Adds new functions to generate additional Sass maps - Adds new root variables for rgb() versions of our theme colors, plus a few extras - Adds ability to change the alpha transparency of text color and background color utilities with new utilities, inline styles, or local CSS var - Updates documentation for color and background-color utilities pages - Deprecates .text-black-50 and .text-white-50 since those (and additional transparency levels) can be generated on the fly Change approach slightly to prevent cascade
2021-08-03Add new placeholder component (#31859)Jaume Sala
Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Jaume Sala <jaumesala@gmail.com> Co-authored-by: Mark Otto <markdotto@gmail.com> Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk>
2021-08-03Update input-bg to use body-bg (#34651)Mark Otto
2021-07-29Revert "Allow individual grid classes to override `.row-cols` (#33621)" (#34612)Mark Otto
This reverts commit f2b47e1c8a263f4406255991af9fd55984c22a0e.
2021-07-28Make text decoration consistent with other anchors (#34475)Andrew Pucci
Fixes #34474 Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-07-27More concise improvements for `add()` and `subtract()` (#34432)Gaël Poupard
2021-07-26Clean up a couple CSS Grid issues (#34572)Mark Otto
- Moves the make-cssgrid() mixin to the grid mixins stylesheet - Updates the g-start-* classes to start at 1 instead of 0 as 0 is an invalid value (fixes #34399) Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-07-26Make default $accordion-icon-color consistentTheFakeCake
Change the $accordion-icon-color variable default value to $accordion-button-color
2021-07-22Toasts: Change showing timings and classes to keep toast `display:none` by ↵GeoSot
default (#33610)
2021-07-18Add new offcanvas support to navbarscraftwerk
Co-Authored-By: craftwerk <1193597+craftwerk@users.noreply.github.com>
2021-07-17Split .vr from stacks as a new helperMark Otto
2021-07-17Add hstack and vstack helpersMark Otto
2021-07-14fix(forms): prevent color control from shrinking (#34445)Gaël Poupard
* fix(forms): prevent color control from shrinking Fixes #34195 Setting `min-width` alongside `max-width` wouldn't make any sense IMHO. The only concern I have is whether we should introduce a dedicated variable for said width? * feat(forms): introduce ` $form-color-width` * feat(forms): use ` $form-color-width` Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-07-08Add null `$card-box-shadow` variable (#34440)Mark Otto
Fixes #34421 Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-07-07Add maps for all colors, document how to extend color utilities (#32319)Mark Otto
* Add maps for all colors, document how to extend color utilities * Updates to make this more functional for v5 - Moves color maps into _variables.scss for now (felt weird to split them out when the variables are there) - Adds a new function, map-merge-multiple(), and updates docs that reference combo-map - Updates code snippet and docs guidance about how to extend the color utils to handle this * Update site/content/docs/5.0/customize/color.md Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-07-06Add horizontal collapse supportMark Otto
2021-06-25Variablize backdrop for modal and offcanvasMark Otto
2021-06-23v5.1: Add optional CSS grid (#31813)Mark Otto
2021-06-23Add utility classes for opacity (#33781)harishhalodoc
* Add responsive utility classes for opacity - fix for #33483 * remove responsive opacity utils as it has impact on bootstrap.css bundle size * Update opacity.md * Update site/content/docs/5.0/utilities/opacity.md Co-authored-by: Mark Otto <otto@github.com> * Update site/content/docs/5.0/utilities/opacity.md Co-authored-by: Mark Otto <otto@github.com> Co-authored-by: Harish <halodoc@ip-192-168-1-101.ap-southeast-1.compute.internal> Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Mark Otto <otto@github.com> Co-authored-by: Mark Otto <markd.otto@gmail.com> Co-authored-by: alpadev <2838324+alpadev@users.noreply.github.com>
2021-06-22Release v5.0.2 (#34276)v5.0.2XhmikosR
* Bump version to v5.0.2. * Dist
2021-06-22Fix another Sass division (#34332)Mark Otto
* Fix another Sass division * Revert the percentage division in the mixins for accuracy Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-06-22Update rfs to v9.0.4.Mark Otto
2021-06-22Update the divide() functionMark Otto
2021-06-20Small typos, closes #34249Mark Otto
2021-06-17Fix lingering Sass math (#34281)Mark Otto
2021-06-17Remove a leftover sass:math module call (#34280)Mark Otto
2021-06-15Don't set auto margin on offcanvas closeMark 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-06-03Allow individual grid classes to override `.row-cols` (#33621)Anal-Retentive Squirrel Hunter
2021-06-03fix(forms): unitless `line-height` for floating labels (#34161)Gaël Poupard
Co-authored-by: Mark Otto <markd.otto@gmail.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-06-03Sets the correct color for popover header bottom borderBreno Reis
2021-05-28Add missing transition to `.form-select` (#34034)Simon Ihmig
A selectbox is styled in a very similar way as an input (`.form-control`), including border-color and box-shadow. So it can be assumed it should apply the same CSS transition for these properties when focused, but this was missing. Co-authored-by: alpadev <2838324+alpadev@users.noreply.github.com>
2021-05-28fix(tables): decouple table-bg and table-accent-bg (#34048)Gaël Poupard
Co-authored-by: alpadev <2838324+alpadev@users.noreply.github.com>
2021-05-27fix(dropdowns): RTL for `.dropdown-menu-*` (#34124)Gaël Poupard
2021-05-25Fix x-paddings for select (with floating label, and in Firefox) (#34008)Gaël Poupard
2021-05-25Handle complex expressions in add() & subtract() (#34047)Gaël Poupard
2021-05-20fix wrong comment text for tooltip (#34044)GeoSot
2021-05-19Update button-variant mixin to add missing space.pu-master
2021-05-13Release v5.0.1 (#33972)v5.0.1XhmikosR
* Bump version to 5.0.1. * Dist
2021-05-13remove modal css overrideGeoSot
2021-05-13Revert "use `:read-only` css selector instead `[readonly]` for consistency ↵Mark Otto
(#33642)" (#33961) This reverts commit 17252bb3b0c751ad2be1c1c1226ebcf43e7967f3. Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-05-13PRevent accent-bg from leaking in nested table (#33825)Gaël Poupard
Fixes #33817 Solution by @Hintzmann in [#33817 (comment)](https://github.com/twbs/bootstrap/issues/33817#issuecomment-831718042).
2021-05-13Validated inputs in `.input-group` shouldn't be behind sibling element (#33644)Jatin Mehta
Added z-index property for input-group only for invalid state
2021-05-10Don't redefine $list-group-color in loopMark H. Wilkinson
2021-05-05Release v5.0.0 (#33647)v5.0.0XhmikosR
* Bump version to 5.0.0 * Fix npm tag * Dist
2021-04-30accordion: fix `border-top` on Firefox (#33736)alpadev
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-04-19Use the backdrop util in offcanvas, enforcing consistency (#33545)GeoSot
* respect /share modal's backdrop functionality, keeping consistency * listen click events over backdrop (only) and trigger `hide()` without add/remove event tricks * achieve to hide foreign open offcanvas instances without glitches `if (allReadyOpen && allReadyOpen !== target)`, in case another is going to be open, when user clicks on trigger button