| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Co-authored-by: XhmikosR <[email protected]>
|
|
* Fix navbar docs - active nav-link
* Update navbar.md
Co-authored-by: XhmikosR <[email protected]>
|
|
This is the only unprefixed custom property, and its name is very common so I think we'd better prefix it too.
|
|
based on changes made in the backport https://github.com/twbs/bootstrap/pull/32639
|
|
* Hyphen to dash for ranges
* Hyphen to dash for ranges
* Hyphen to dash for ranges
* Hyphen to dash for ranges
* Hyphen to dash for ranges
|
|
The "active" CSS class must be on "nav-link" element, see `_navbar.scss`:
```css
.nav-link.active {
color: $navbar-dark-active-color;
}
```
Co-authored-by: XhmikosR <[email protected]>
|
|
(#32684)
Co-authored-by: XhmikosR <[email protected]>
|
|
While technically it still works, we're already saying authors shouldn't do it later on, and we removed any examples of this. This was a straggler.
Co-authored-by: XhmikosR <[email protected]>
|
|
(#32632)
Co-authored-by: XhmikosR <[email protected]>
|
|
* Add an actual `data-touch="false"` example in the carousel docs
this can also make it easier to actually check/debug any issues we may have with this data attribute
* Correct attribute table explanation and remove slide class from example
|
|
* Bump eslint-plugin-unicorn from 24.0.0 to 25.0.0
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 24.0.0 to 25.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v24.0.0...v25.0.0)
Signed-off-by: dependabot[bot] <[email protected]>
* Fix renamed eslint-plugin-unicorn options
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <[email protected]>
|
|
Co-authored-by: Gaël Poupard <[email protected]>
|
|
Adds the ability to use objects implementing the virtual element interface as the value for the reference option of a dropdown config.
Co-authored-by: XhmikosR <[email protected]>
|
|
|
|
|
|
|
|
It was missing the `.` before `dropend`.
|
|
Co-authored-by: XhmikosR <[email protected]>
|
|
Adds currently missing utilities classes which are located in scss/helpers to
boostrap-utilities dist files.
Co-authored-by: XhmikosR <[email protected]>
|
|
Co-authored-by: XhmikosR <[email protected]>
|
|
|
|
Co-authored-by: XhmikosR <[email protected]>
|
|
|
|
container becomes visible when focus is inside it / on one of its child elements.
|
|
|
|
disabled buttons (#32478)
Co-authored-by: Patrick H. Lauke <[email protected]>
Co-authored-by: XhmikosR <[email protected]>
|
|
system-ui was added to the native font stack in #30561 but the docs were not updated.
|
|
The default Popper `fallbackPlacements` value is `[oppositePlacement]`.
- The default value was previously (in v4) `'flip'` that can be achieved by passing the single value in the array, like — `[oppositePlacement]`. Keeping `null` also sets the `fallbackPlacements` to `[oppositePlacement]` (Default value in Popper)
- It's better to have **clockwise** (`['top', 'right', 'bottom', 'left']`) fallback options so that tooltip/popover can be placed to another side even if the opposite placement doesn't fit.
Co-authored-by: XhmikosR <[email protected]>
|
|
|
|
|
|
|
|
* site: Fix .font-italic to .fst-italic in blog example
The font utility class was renamed from .font-italic to .fst-italic
but a few references didn't get updated.
* site: Fix .font-weight-* to .fw-* in RTL examples
These font utility classes were renamed from .font-weight-* to .fw-*
but a few references didn't get updated.
Co-authored-by: XhmikosR <[email protected]>
|
|
|
|
english language) text (#32246)
Replaces shorter examples with more sensible/representative/inforrmative text. For longer passages, resorted to using SFW extracts from http://katyperryipsum.com/
|
|
Co-authored-by: XhmikosR <[email protected]>
|
|
* Move inlined SVG to a partial.
Also, add `fill="currentColor"` in the SVGs.
* docs: reorder attributes
|
|
Co-authored-by: XhmikosR <[email protected]>
|
|
Co-authored-by: XhmikosR <[email protected]>
|
|
(#32399)
Co-authored-by: XhmikosR <[email protected]>
|
|
Useless since we're using `aria-current` (see #31891).
|
|
Fix fallbackPlacements in Popover and Tooltip docs
|
|
|
|
|
|
Co-authored-by: XhmikosR <[email protected]>
|
|
* Add a callout for the sanitizer in popovers and tooltips
* Add second reference to sanitizer in the options
Co-authored-by: XhmikosR <[email protected]>
|
|
|
|
|
|
|