| Age | Commit message (Collapse) | Author | Files | Lines |
|
* Bump version to v4.6.0.
* Dist
|
|
* Backport #32037
Add `.navbar-nav-scroll` for vertical scrolling of navbar content
* drop the css var for a Sass css
Co-authored-by: Mark Otto <[email protected]>
|
|
Fixes #32474
|
|
Backport of https://github.com/twbs/bootstrap/pull/32754
|
|
Manual backport of https://github.com/twbs/bootstrap/pull/32751 (which has not been merged yet, but assume it will shortly)
|
|
Manual backport of https://github.com/twbs/bootstrap/pull/32689
|
|
Manual backport of https://github.com/twbs/bootstrap/pull/32631
|
|
Add two new variables for pagination border-radius values
|
|
Bump copyright year to 2021
|
|
Co-authored-by: XhmikosR <[email protected]>
|
|
Be consistent with Popper's name.
|
|
|
|
Avoids unsightly spilling out of long filename text, particularly for multi file inputs
Co-authored-by: XhmikosR <[email protected]>
|
|
This commit includes all the needed workarounds and most changes from the main branch for everything to work, like:
* removing empty lines in raw HTML that break output
* read .browserslistrc, CSS variables from disk instead of duplicating it
* using Hugo mounts
* using Hugo for the docs CSS/JS
* move ToC Sass code to a separate file while adapting it for Hugo
Thus, this patch makes our npm scripts faster since lint runs on one step and there's no separate docs assets processing.
|
|
Use correct value order
Co-authored-by: Martijn Cuppens <[email protected]>
|
|
Co-authored-by: XhmikosR <[email protected]>
|
|
|
|
* Fix form validation tooltip alignment
* Remove CSS hacks
* Update _forms.scss
Co-authored-by: Gaël Poupard <[email protected]>
Co-authored-by: XhmikosR <[email protected]>
|
|
* Suppress flexbox side effects
* Trailing whitesapce
Co-authored-by: Mark Otto <[email protected]>
Co-authored-by: XhmikosR <[email protected]>
|
|
On Ubuntu, our native font-stack doesn't output the same font on Firefox and Chrome. This is [a known aliasing issue](http://fontfamily.io/sans-serif) — check at the bottom, Ubuntu 14.04. Ubuntu 18.04 (my current) doesn't use the same (Firefox uses Liberation Sans, Chrome uses the default system font Ubuntu).
I'm inclined to prefer Liberation Sans since it's closer to Arial / Helvetica. This patch already exists in Boosted, didn't notice it was missing in bootstrap until today…
BTW, our linked Smashing Magazine's system fonts post mentions this and is even more accurate since it targets the three major Linux distributions. AFAIK this is not needed since [Liberation Sans is available everywhere](http://fontfamily.io/Liberation_Sans) — but we might go back to `Oxygen, Ubuntu, Cantarell`if we want to stick to system fonts.
Co-authored-by: XhmikosR <[email protected]>
|
|
* feature(spinners): slow down spinners when prefers-reduced-motion
* docs(spinners): add reduced motion callout and mention slowing down in accessibility page
* Update spinners.md
* docs(accessibility): rewording
Co-authored-by: XhmikosR <[email protected]>
Co-authored-by: Patrick H. Lauke <[email protected]>
|
|
|
|
* Fixed: Undefined mixin 'deprecate' when importing 'bootstrap-grid-scss'
* Updated: Mixin import moved down to feature together with others
Co-authored-by: XhmikosR <[email protected]>
|
|
|
|
Fix for alert-dismissible close button not clickable with stretched-link
|
|
|
|
Keeps checkboxes, radios, and switches with their intended design when printing.
Backports #29714
|
|
Manually backports #30781 to v4.
|
|
|
|
(cherry picked from commit fe77208a01b9b41ce13a9c68139d9f1618c48ec9)
|
|
|
|
docs: fix a few redirects
* Fix GitHub's permanent redirects
* Fix a11yproject redirects
|
|
Closes #30835 by leaving a comment in the source that the escape-svg() function must have quotes around data URIs.
(cherry picked from commit 849fea5a1ec6a2c39451fefb21a70c6dc9ceac42)
|
|
Typo in box-shadow attribute, global variable used instead of local.
Co-authored-by: Arthur Shlain <[email protected]>
Co-authored-by: XhmikosR <[email protected]>
|
|
|
|
|
|
|
|
|
|
Co-authored-by: XhmikosR <[email protected]>
Co-authored-by: Mark Otto <[email protected]>
|
|
|
|
Co-authored-by: Mark Otto <[email protected]>
|
|
New default behavior for scroll anchoring (rolled out in Chrome 84?) leads to unsightly/odd accordion interactions - see #31341
This rule suppresses this new behavior and reverts back to the old way.
See https://drafts.csswg.org/css-scroll-anchoring/
|
|
|
|
|
|
|
|
Remove the class `.nav-item` from `.nav-link` inside the non `ul` or `ol` based navs.
This makes the consistency for `.nav-item` (This class will not be required on the `.nav-link`).
`.nav-item` was only required when you use `.nav-fill` or `.nav-justified` on the `.nav`. In other cases, it was redundant. And the purpose of `.nav-item` on `.nav-link`s can be achieved via flexbox utilities as well (Mentioned in the docs also).
|
|
|
|
|
|
background-image (#30922)
|
|
|