aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2022-10-06fix(carousel): RTL `translate()` directionGaël Poupard1-3/+0
Trying to fix #37180
2022-10-06Add `$enable-important-utilities` condition in colored linksJulien Déramond1-2/+2
2022-10-06Add an artificial background to floating labels (#37125)Louis-Maxime Piton2-0/+12
2022-10-04Remove duplicate `--#{$prefix}offcanvas-zindex` (#37257)Neeraj Kumar Das1-1/+0
2022-10-03Add new border-radius utilities (#36540)Julien Déramond1-4/+44
* Add new border-radius utilities * Fix bundlewatch * Fix bundlewatch again Co-authored-by: Mark Otto <[email protected]>
2022-10-03Add parameters to the caret mixinmaks1-25/+30
2022-10-03Added breakpoints as css variables (#36095)Stefan Haack1-0/+4
2022-10-03add font-weight-medium(=500) / fw-medium (#36781)maks2-2/+4
* add font-weight-medium = 500 * Update _utilities.scss
2022-10-03Add new css vars for Offcanvas (#36815)Isabelle Chanclou1-2/+5
* Add 3 new css vars for Offcanvas feature * Fix new css variable after review * Update _offcanvas.scss Co-authored-by: Mark Otto <[email protected]>
2022-10-03color css vars for .btn-closeVino Rodrigues1-9/+18
2022-10-03Add color CSS vars for .alert-link (#36456)Vino Rodrigues1-1/+2
* color css vars for .alert-link * Update scss/mixins/_alert.scss Co-authored-by: Mark Otto <[email protected]>
2022-10-03Release v5.2.2 (#37236)XhmikosR1-1/+1
* Bump version to v5.2.2 * Dist
2022-10-02Don't redefine `$border-color` in `table-variant` mixin (#37239)Julien Déramond1-2/+2
Co-authored-by: XhmikosR <[email protected]>
2022-09-21Use Sass variable for accordion color (#37182)Mark Otto1-1/+1
Fixes #37144
2022-09-20Explicitly target `.btn-check` and undo `:hover` (#37165)Patrick H. Lauke1-2/+8
rather than the other way around, which caused specificity issues
2022-09-20Set toast z-index variable in the correct spotflavio-b1-0/+2
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)XhmikosR1-1/+1
* Bump version to v5.2.1. * Dist
2022-09-06Fix accordion button colorSebastian Homeier1-1/+1
Use the Sass variable `$accordion-button-color` to set the CSS custom property `--bs-accordion-btn-color`.
2022-09-05Update _button-group.scssAmirHossein1-2/+2
2022-09-05Update _button-group.scssAmirHossein1-2/+2
2022-09-04Remove gradient from .btn-linkMark Otto1-0/+3
2022-09-04Rework button focus/active styling, with extra changes for checks/radios ↵Patrick H. Lauke1-10/+17
(#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 <[email protected]>
2022-09-04Add workarounds for postcss values parser errorGeremia Taglialatela7-15/+15
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)AmirHossein1-1/+4
* 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 <[email protected]>
2022-08-31Fix accordion: use $accordion-color rather than computing it via color-contrastGiovanni Piller Cottrer1-1/+1
2022-08-31v5/docs: reintroduce `outline` for docs code samples, buttons when ↵Patrick H. Lauke1-1/+5
`: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-08-31Fix input group z-index focus + validationFlorian Lacreuse2-12/+12
2022-08-31Fix for horizontal list-group itemlouismaximepiton1-2/+2
2022-08-31More consistency for CSS/Sass vars doc for components with dark variantsJulien Déramond2-15/+18
2022-08-31bugfix undefined border color variable for btnMichael Geuchmann1-0/+1
2022-08-31Adding missing CSS variables for `z-index`louismaximepiton3-3/+6
2022-08-10Update an outdated name mentioned in a Sass commentKitty Giraudel1-1/+1
2022-08-03fix #36662 List-group-item margin-top is offset when importing sass in a ↵Hadouin1-1/+2
nested class (#36663) * fix #36662 & + .list-group-item * Ignore linter Co-authored-by: Mark Otto <[email protected]>
2022-08-01Fixlouismaximepiton1-2/+5
2022-08-01Fix floating labelslouismaximepiton1-0/+1
2022-07-29Define correctly `$popover-header-color` (#36849)Julien Déramond1-1/+1
2022-07-29Fix typos after #36762 (#36771)Julien Déramond1-1/+1
2022-07-25Fix pagination page items border radiusJulien Déramond1-1/+1
2022-07-22Remove unused parameter of `bsBanner` mixin (#36791)なつき1-1/+1
2022-07-19Release v5.2.0 (#36768)XhmikosR1-1/+1
* Bump version to 5.2.0 * Dist * Update masthead.html
2022-07-18Fix typos in code (#36763)Marc Wrobel1-1/+1
Shoutout is correct but has been replaced by its more common form : Shout-out (https://www.merriam-webster.com/dictionary/shout-out).
2022-07-17Fixing pagination compile issueJWB1-1/+1
This was an issue with the tables as well, but that has been updated here - 4a3c004c349ec9b20990c8aa760d12c50c450bbd This was also noted here - 36501#issuecomment-1153187062_ This effects the 5.2 beta1 that is released on the homepage. Whats happening is with a fresh download and compile, with some compilers, I noticed not all of them run into this issue, we get the Sass variable showing up and not the actual value. Steps to reproduce - - Download the source code form the docs for beta 2 and extract - Open VSCode -> open folder to the bootstrap directory you just extracted - install the "Sass/Less/Stylus/Pug/Jade/Typescript/Javascript Compile Hero Pro" v2.3.53 by Eno Yao extension ---- might have to restart VSCode - go to that extensions settings, and set the directory to save the output / compiled version to `../dist` - tap that Compile Hero on the bottom to activate the extension - open `bootstrap.scss` add a space or a new line and save it - check the compiles version and you should see the errors
2022-07-17Fix active/focused button link text colorJulien Déramond1-0/+9
2022-07-17Support input groups in floating forms (#36759)Mark Otto1-7/+15
* Support input groups in floating forms * Update bundlewatch Co-authored-by: 719media <[email protected]>
2022-07-11Add a banner mixin, helping future releases and maintenance (#36178)GeoSot5-25/+18
* Add a banner mixin, helping future releases and maintenance * Update scss/bootstrap-reboot.scss Co-authored-by: Julien Déramond <[email protected]> * Apply suggestions from code review Co-authored-by: Julien Déramond <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2022-07-11Add `$display-font-family` and `$display-font-style` (#36711)Julien Déramond2-0/+4
2022-07-11Add CSS custom property: --bs-btn-disabled-border-color to mixin: ↵Neeraj Kumar Das1-0/+1
button-outline-variant
2022-07-11Remove headings-color CSS variable due to backward compatibility issuesMark Otto2-2/+1
2022-07-07Add missing CSS vars for `.navbar-nav`Julien Déramond1-0/+2
2022-07-06Revert db61cf3 for `$text-muted` default value (#36680)Julien Déramond1-1/+1