GeoSot
23fb7a7915
Fix modal event-listeners during dismiss click ( #36863 )
...
ref: #36855
2022-09-07 11:56:33 +03:00
GeoSot
949456984a
Fix tooltip manual toggling ( #37086 )
...
partial regression of SHA: 9b9372e8dd
2022-09-07 11:47:06 +03:00
Sebastian Homeier
7a7469b8ab
Fix accordion button color
...
Use the Sass variable `$accordion-button-color` to set the CSS custom
property `--bs-accordion-btn-color`.
2022-09-06 10:06:43 -07:00
AmirHossein
9b943880fc
Update _button-group.scss
2022-09-05 12:52:43 -07:00
AmirHossein
97a9060a8f
Update _button-group.scss
2022-09-05 12:52:43 -07:00
Mark Otto
2504b89950
Remove gradient from .btn-link
2022-09-04 11:12:38 -07:00
Patrick H. Lauke
32c457db4b
Rework button focus/active styling, with extra changes for checks/radios ( #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-04 09:59:14 -07:00
Geremia Taglialatela
b8880e5eec
Add workarounds for postcss values parser error
...
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-04 09:45:40 -07:00
dependabot[bot]
75e09b1c0f
Bump rtlcss from 3.5.0 to 4.0.0 ( #36968 )
...
Bumps [rtlcss](https://github.com/MohammadYounes/rtlcss ) from 3.5.0 to 4.0.0.
- [Release notes](https://github.com/MohammadYounes/rtlcss/releases )
- [Changelog](https://github.com/MohammadYounes/rtlcss/blob/master/CHANGELOG.md )
- [Commits](https://github.com/MohammadYounes/rtlcss/compare/v3.5.0...v4.0.0 )
---
updated-dependencies:
- dependency-name: rtlcss
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-03 08:20:51 +03:00
dependabot[bot]
585146a6a7
Bump eslint-config-xo from 0.41.0 to 0.42.0 ( #37052 )
...
Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo ) from 0.41.0 to 0.42.0.
- [Release notes](https://github.com/xojs/eslint-config-xo/releases )
- [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.41.0...v0.42.0 )
---
updated-dependencies:
- dependency-name: eslint-config-xo
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-03 08:14:02 +03:00
louismaximepiton
a329575d82
Set up a resuming table such as what's in other components.
2022-09-02 11:49:24 -07:00
Louis-Maxime Piton
337068f8b1
fix(dropdowns): Fix multiple dropdowns when they are inside the same tag ( #37011 )
2022-09-02 10:52:33 +03:00
Mark Otto
54b4b2c66a
Improve language around vertical grid gutters
2022-09-01 17:17:14 -07:00
AmirHossein
8c380b2676
flush variant of accordion border radius ( #36593 )
...
* 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-01 12:55:45 -07:00
Mark Otto
2793637837
Make docs clearer by dropping precompiled for compiled
2022-09-01 12:15:59 -07:00
charlesroelli
4f97d8fabd
Document how to extract CSS, SVG for strict CSP ( #36587 )
...
* Webpack: explain how to extract CSS from bundle
* Webpack: explain how to extract SVG from bundle
* Update webpack.md
Co-authored-by: Mark Otto <otto@github.com>
2022-09-01 12:14:07 -07:00
Philip Wedemann
b5f2d5a31e
Replace wrong mobile OS Windows with iOS
2022-09-01 12:07:08 -07:00
louismaximepiton
77e17e3b8d
Fix
2022-09-01 11:35:55 -07:00
Julien Déramond
b14190b509
Fix bump popperjs from 2.11.5 to 2.11.6
2022-09-01 11:35:17 -07:00
Giovanni Piller Cottrer
3ad8551f8b
Fix accordion: use $accordion-color rather than computing it via color-contrast
2022-08-31 20:51:22 -07:00
Mark Otto
a12453a0ff
Fix padding on starter template
2022-08-31 20:22:42 -07:00
Mark Otto
db34907887
Update dependencies
2022-08-31 20:08:30 -07:00
Patrick H. Lauke
cda901f244
v5/docs: reintroduce outline
for docs code samples, buttons when :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-31 18:30:23 -07:00
Florian Lacreuse
87aaf94996
Add default select example in cheatsheet ( #36877 )
...
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
2022-08-31 18:19:45 -07:00
Florian Lacreuse
2f3aec819a
Fix input group z-index focus + validation
2022-08-31 18:17:41 -07:00
louismaximepiton
ebbed79df7
Fix for horizontal list-group item
2022-08-31 18:16:11 -07:00
Julien Déramond
a138bc3fb9
More consistency for CSS/Sass vars doc for components with dark variants
2022-08-31 18:15:11 -07:00
Michael Geuchmann
bc2ec7c758
bugfix undefined border color variable for btn
2022-08-31 18:12:01 -07:00
Julien Déramond
465cc2da4f
Docs: improve cards image overlays markup
2022-08-31 18:10:55 -07:00
louismaximepiton
a0238d126b
Adding missing CSS variables for z-index
2022-08-31 18:04:09 -07:00
louismaximepiton
4cea8b1786
Add a comment for track the bug.
2022-08-31 18:03:42 -07:00
louismaximepiton
995df354f2
Set cursor to auto instead of pointer on .DocSearch-Container
2022-08-31 18:03:42 -07:00
louismaximepiton
15318674fb
Change offcanvas to be more consistent with carousel and dropdown
2022-08-31 18:03:08 -07:00
Louis-Maxime Piton
29332a954f
Docs: Fix js options to what is really inside js ( #37019 )
2022-08-31 16:50:54 +03:00
dependabot[bot]
af1bd974bb
Bump @rollup/plugin-commonjs from 22.0.1 to 22.0.2 ( #36929 )
...
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs ) from 22.0.1 to 22.0.2.
- [Release notes](https://github.com/rollup/plugins/releases )
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v22.0.2/packages/commonjs )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-29 19:24:27 +03:00
Kitty Giraudel
c3c6591166
Update an outdated name mentioned in a Sass comment
2022-08-10 21:23:41 +02:00
XhmikosR
a685b9648b
Update devDependencies ( #36900 )
...
* @babel/cli ^7.18.9 → ^7.18.10
* @babel/core ^7.18.9 → ^7.18.10
* @babel/preset-env ^7.18.9 → ^7.18.10
* eslint ^8.20.0 → ^8.21.0
* sass ^1.54.0 → ^1.54.2
2022-08-04 09:48:23 +03:00
dependabot[bot]
aad77f32bd
Bump rollup from 2.77.0 to 2.77.2 ( #36886 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.77.0 to 2.77.2.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v2.77.0...v2.77.2 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-04 08:29:27 +03:00
Vipin Mishra
9e57dfadac
Added new example in examples/features
page. ( #36660 )
...
* Added new example in examples/features
* Fix indentation, other suggested changes from review
* fix: heading structure
2022-08-03 21:52:41 -07:00
Hadouin
e57a94cd66
Docs: add grid-row-columns variable
...
#36691
2022-08-03 14:12:15 -07:00
Hadouin
8730ef0f8e
fix #36662 List-group-item margin-top is offset when importing sass in a nested class ( #36663 )
...
* fix #36662 & + .list-group-item
* Ignore linter
Co-authored-by: Mark Otto <otto@github.com>
2022-08-03 11:27:51 -07:00
Patrick H. Lauke
4018fac20e
Expand popover custom container explanation
...
mention the scenario of popovers inside modals - see https://github.com/twbs/bootstrap/issues/36692#issuecomment-1178261690
2022-08-03 11:24:20 -07:00
louismaximepiton
6c221aa043
Fix
2022-08-01 09:06:47 -07:00
Matthew West
7432f2a922
Fix docs typo of .form-checkbox
-> .form-check
...
The class `.form-checkbox` is not used in Bootstrap and here it should say `.form-check` (as shown in the example below).
2022-08-01 09:02:24 -07:00
louismaximepiton
c22dd50e1b
Fix floating labels
2022-08-01 08:59:22 -07:00
Julien Déramond
a4f81c04b5
Bump autoprefixer from 10.4.7 to 10.4.8 ( #36860 )
2022-07-31 09:41:12 +03:00
Julien Déramond
85530309fa
Define correctly $popover-header-color
( #36849 )
2022-07-29 21:54:18 +02:00
Julien Déramond
17aa6732ab
Fix typos after #36762 ( #36771 )
2022-07-29 21:49:01 +02:00
GeoSot
db86607c08
ScrollSpy: make the threshold option configurable ( #36750 )
...
* feat(ScrollSpy): make the threshold option configurable
2022-07-28 11:58:28 +03:00
Mark Otto
90c50ab198
Fixes #36770 : Add navbar image alt text ( #36850 )
2022-07-28 07:51:08 +02:00