| Age | Commit message (Collapse) | Author | Files | Lines |
|
Trying to fix #37180
|
|
|
|
|
|
|
|
* Add new border-radius utilities
* Fix bundlewatch
* Fix bundlewatch again
Co-authored-by: Mark Otto <[email protected]>
|
|
|
|
|
|
* add font-weight-medium = 500
* Update _utilities.scss
|
|
* Add 3 new css vars for Offcanvas feature
* Fix new css variable after review
* Update _offcanvas.scss
Co-authored-by: Mark Otto <[email protected]>
|
|
|
|
* color css vars for .alert-link
* Update scss/mixins/_alert.scss
Co-authored-by: Mark Otto <[email protected]>
|
|
* Bump version to v5.2.2
* Dist
|
|
Co-authored-by: XhmikosR <[email protected]>
|
|
Fixes #37144
|
|
rather than the other way around, which caused specificity issues
|
|
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.
|
|
* Bump version to v5.2.1.
* Dist
|
|
Use the Sass variable `$accordion-button-color` to set the CSS custom
property `--bs-accordion-btn-color`.
|
|
|
|
|
|
|
|
(#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]>
|
|
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
|
|
* 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]>
|
|
|
|
`: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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
nested class (#36663)
* fix #36662 & + .list-group-item
* Ignore linter
Co-authored-by: Mark Otto <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Bump version to 5.2.0
* Dist
* Update masthead.html
|
|
Shoutout is correct but has been replaced by its more common form : Shout-out (https://www.merriam-webster.com/dictionary/shout-out).
|
|
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
|
|
|
|
* Support input groups in floating forms
* Update bundlewatch
Co-authored-by: 719media <[email protected]>
|
|
* 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]>
|
|
|
|
button-outline-variant
|
|
|
|
|
|
|