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
2022-11-04Fix deprecation warning with sass 1.56.0 (#37425)Sebastian Blank
Deprecation Warning: $weight: Passing a number without unit % (100) is deprecated. To preserve current behavior: $weight * 1% More info: https://sass-lang.com/d/function-units
2022-10-31Add support for customising a card title color (#36979)Mitchell Cash
* Add support for customising a card title color * Group `*card-title-*` variables together * Add support for customising a card subtitle color Co-authored-by: Julien Déramond <julien.deramond@orange.com> Co-authored-by: Mark Otto <markd.otto@gmail.com>
2022-10-31Prevent extraneous whitespace around date time inputs in Webkit (#37350)Stephen Reay
* Prevent extraneous whitespace around date time inputs in Webkit Closes twbs/bootstrap#34433 * Updated bundlewatch config
2022-10-30Fix disabled floating labels and add some examples of it in the docs (#37299)Julien Déramond
* Fix disabled floating labels and add some examples of it in the docs * Add disabled custom height textarea
2022-10-29Import root in `bootstrap-utilities` (#37377)Eric Leibenguth
* Fixes https://github.com/twbs/bootstrap/issues/37376
2022-10-23fixjonnysp
2022-10-23Use `--bs-border-width` for some components (#37344)jonnysp
* Update _variables.scss adds variable border-width to some components. to combine utility borders (border-1, boder-2, ...) on these. like "card border-2", "alert border-4" , ... * add more border-width * fix lint & bundlewatch
2022-10-23Add `z-index` utilities, `.z-*` (#37317)Mark Otto
* Add z-index utilities, .z-* * Fix missing comma in _utilities.scss * Fix bundlewatch * Fix lint * Update site/content/docs/5.2/utilities/z-index.md Co-authored-by: Julien Déramond <julien.deramond@orange.com> * custom appearance * linter Co-authored-by: Julien Déramond <juderamond@gmail.com> Co-authored-by: Julien Déramond <julien.deramond@orange.com>
2022-10-06Utilities for overflow and object fit (#36848)Daniel Raymond
* Added "overflow-x" and "overflow-y" - Having the same properties as overflow but for just the x and y axises - Usecase being I want my y axis to be scrollable but not my x axis - E.g a card with a vertical list of items. * Added "object-fit" utilities - The CSS object-fit property is used to specify how an <img> or <video> should be resized to fit its container. - A responsive alternative to using background-img for a resizable fill/fit image. * Updated documantation for the overflow utilities - Now includes docs for `overflow-x` and `overflow-y` utilities * Placeholder shortcode updated - Can now choose to render an img tag or svg - The image contains a base64 svg generated within the template - example shortcode updated to detect, replace and render preview of 'img' tags as well * New documentaion for Object Fit added - Documentation added for the 'object-fit' util * Updated spell checks issues * Update object-fit.md * Update overflow.md * Update object-fit.md * Updated markup to address HTML Validation Errors - error: Bad value for attribute "src" on element "img": Illegal character in scheme data: space is not allowed. - info warning: Self-closing tag syntax in text/html documents is widely discouraged; it's unnecessary and interacts badly with other HTML features (e.g., unquoted attribute values). If you're using a tool that injects self-closing tag syntax into all void elements, without any option to prevent it from doing so, then consider switching to a different tool. * Updated Fix - Added Legibility to the img markup (example.html) - Fixed issue with example not working properly (because image closing tag no longer has "/>" ) * update values by step of 0.25 in bundlewatch.config The following values in .bundlewatch.config.json have been updated: - ./dist/css/bootstrap-utilities.css - ./dist/css/bootstrap-utilities.min.css - ./dist/css/bootstrap.css - ./dist/css/bootstrap.min.css Co-authored-by: Daniel O <dobiekwe@byteworks.com.ng> Co-authored-by: Mark Otto <otto@github.com>
2022-10-06fix(carousel): RTL `translate()` directionGaël Poupard
Trying to fix #37180
2022-10-06Add `$enable-important-utilities` condition in colored linksJulien Déramond
2022-10-06Add an artificial background to floating labels (#37125)Louis-Maxime Piton
2022-10-04Remove duplicate `--#{$prefix}offcanvas-zindex` (#37257)Neeraj Kumar Das
2022-10-03Add new border-radius utilities (#36540)Julien Déramond
* Add new border-radius utilities * Fix bundlewatch * Fix bundlewatch again Co-authored-by: Mark Otto <markdotto@gmail.com>
2022-10-03Add parameters to the caret mixinmaks
2022-10-03Added breakpoints as css variables (#36095)Stefan Haack
2022-10-03add font-weight-medium(=500) / fw-medium (#36781)maks
* add font-weight-medium = 500 * Update _utilities.scss
2022-10-03Add new css vars for Offcanvas (#36815)Isabelle Chanclou
* Add 3 new css vars for Offcanvas feature * Fix new css variable after review * Update _offcanvas.scss Co-authored-by: Mark Otto <otto@github.com>
2022-10-03color css vars for .btn-closeVino Rodrigues
2022-10-03Add color CSS vars for .alert-link (#36456)Vino Rodrigues
* color css vars for .alert-link * Update scss/mixins/_alert.scss Co-authored-by: Mark Otto <otto@github.com>
2022-10-03Release v5.2.2 (#37236)v5.2.2XhmikosR
* Bump version to v5.2.2 * Dist
2022-10-02Don't redefine `$border-color` in `table-variant` mixin (#37239)Julien Déramond
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2022-09-21Use Sass variable for accordion color (#37182)Mark Otto
Fixes #37144
2022-09-20Explicitly target `.btn-check` and undo `:hover` (#37165)Patrick H. Lauke
rather than the other way around, which caused specificity issues
2022-09-20Set toast z-index variable in the correct spotflavio-b
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-07Release v5.2.1 (#37098)v5.2.1XhmikosR
* Bump version to v5.2.1. * Dist
2022-09-06Fix accordion button colorSebastian Homeier
Use the Sass variable `$accordion-button-color` to set the CSS custom property `--bs-accordion-btn-color`.
2022-09-05Update _button-group.scssAmirHossein
2022-09-05Update _button-group.scssAmirHossein
2022-09-04Remove gradient from .btn-linkMark Otto
2022-09-04Rework button focus/active styling, with extra changes for checks/radios ↵Patrick H. Lauke
(#37026) * Replace :focus styles with :focus-visible * Remove :active / .active styles * Don't apply :hover styles for `.btn` that follows a `.btn-check` This removes a large part of the visual confusion of button checks/radios - that you currently have to move your mouse away from them to see what they actually changed to (checked or unchecked) * Reintroduce :active, but *not* for button checks/radios * Sort focus styling specifically for button checks/radios don't change background on focus, just give it the border/outline. again, avoids confusion whether something is checked or not while focused * Re-add `outline:0` which was lost when resolving last merge conflict Co-authored-by: Mark Otto <markd.otto@gmail.com>
2022-09-04Add workarounds for postcss values parser errorGeremia Taglialatela
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-09-01flush variant of accordion border radius (#36593)AmirHossein
* flush variant of accordion border radius Fixed issues regarding to last accordion-item has rounded edges at the bottom left and right corners when focused and are in closed state * Update _accordion.scss Co-authored-by: Mark Otto <otto@github.com>
2022-09-01Fix accordion: use $accordion-color rather than computing it via color-contrastGiovanni Piller Cottrer
2022-09-01v5/docs: reintroduce `outline` for docs code samples, buttons when ↵Patrick H. Lauke
`:not(:focus-visible)` (#36507) * Remove outline suppression for focused `<pre>` Sighted keyboard users rely on knowing where their focus is. If the `<pre>` receives focus (so that it can be scrolled by keyboard users, for instance) then it's essential that they know this is the case * Only suppress outline for buttons when `:not(:focus-visible)` * Add right-hand margin to pre avoids having the focus outline awkwardly clipped by the copy button
2022-09-01Fix input group z-index focus + validationFlorian Lacreuse
2022-09-01Fix for horizontal list-group itemlouismaximepiton
2022-09-01More consistency for CSS/Sass vars doc for components with dark variantsJulien Déramond
2022-09-01bugfix undefined border color variable for btnMichael Geuchmann
2022-09-01Adding missing CSS variables for `z-index`louismaximepiton
2022-08-10Update an outdated name mentioned in a Sass commentKitty Giraudel
2022-08-03fix #36662 List-group-item margin-top is offset when importing sass in a ↵Hadouin
nested class (#36663) * fix #36662 & + .list-group-item * Ignore linter Co-authored-by: Mark Otto <otto@github.com>
2022-08-01Fixlouismaximepiton
2022-08-01Fix floating labelslouismaximepiton
2022-07-29Define correctly `$popover-header-color` (#36849)Julien Déramond
2022-07-29Fix typos after #36762 (#36771)Julien Déramond
2022-07-26Fix pagination page items border radiusJulien Déramond
2022-07-22Remove unused parameter of `bsBanner` mixin (#36791)なつき
2022-07-19Release v5.2.0 (#36768)v5.2.0XhmikosR
* Bump version to 5.2.0 * Dist * Update masthead.html
2022-07-18Fix typos in code (#36763)Marc Wrobel
Shoutout is correct but has been replaced by its more common form : Shout-out (https://www.merriam-webster.com/dictionary/shout-out).