| Age | Commit message (Collapse) | Author | Files | Lines |
|
Fixes #32712
|
|
- Add `bs` in data APIs everywhere
- Update unit tests
|
|
* add missing language after fenced block
* add missing end of file newline
|
|
|
|
This reverts commit 5c6925385ee926a749ead6a4f2ebbfc64e701f36.
|
|
- Drop the included .btn-toolbar, no need
- Split large and small button examples
Closes #31841
Co-authored-by: XhmikosR <[email protected]>
|
|
Remove the `markdownify` call, and instead rely on Hugo's proper syntax; `{{% callout %}}` when we want to the content to be processed as Markdown.
This allows for stuff like:
{{% callout info %}}
##### I'm an info callout!
```css
.foo {
color: #fff;
}
```
{{< example >}}
<div class="alert alert-warning alert-dismissible fade show" role="alert">
<strong>Holy guacamole!</strong> You should check in on some of those fields below.
<button type="button" class="btn-close" data-dismiss="alert" aria-label="Close"></button>
</div>
{{< /example >}}
{{% /callout %}}
|
|
|
|
* Add .dropdown-menu-dark
* Match background color to navbar dark
* Update docs to include a navbar example
* Update dropdowns.md
Co-authored-by: XhmikosR <[email protected]>
|
|
* Rename `sr-only`/`sr-only-focusable`
To be more representative of the fact that these are not necessarily "screen reader" specific, but actually apply to assistive technologies in general (and also things like Alexa/Siri/etc). Goes hand-in-hand with #31133
Co-authored-by: XhmikosR <[email protected]>
|
|
Co-authored-by: XhmikosR <[email protected]>
|
|
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.
|