| Age | Commit message (Collapse) | Author | Files | Lines |
|
utilities (#30571)
* v5: Add .fs-* utilities for font-size
- Adds new font-sizes Sass map
- Generates six new classes for setting only font-size
- Updates docs to mention this, including a scss-docs reference
* Update font utilities
- Make .fs-* utils for font-size use RFS
- Rename .font-weight-* utils to .fw-*
- Rename .font-style-* utils to .f-*
- Update order of utilities a bit
- Update docs to match
* Update migration docs to make note of these changes
* Be more specific in font-size docs about scale
* Update font-style abbreviation to .fst
* Fix font-weight property
* Formatting & font style utility fix
* Move to Alpha 3 migration section
* Update migration guide for more details, splitting alpha 2 stuff back to the appropriate section in Migration guide
* Tweak language on example
Co-authored-by: Martijn Cuppens <[email protected]>
|
|
|
|
|
|
|
|
* Rename Navs to Navs and Tabs
Fixes #31378
* Add title to renamed file
* Update navs-tabs.md
* Add alias/redirect
* Fix references to renamed file, tweak title
Co-authored-by: Patrick H. Lauke <[email protected]>
|
|
|
|
Co-authored-by: XhmikosR <[email protected]>
|
|
|
|
|
|
|
|
For some weird reason, using "Exports" as the callout header leads to TypeError coming from clipboard.js
|
|
|
|
|
|
|
|
|
|
|
|
* feat(reboot): apply smooth-scroll when not prefers-reduced-motion
* docs(migration): mention scroll-behavior in alpha3
* docs(accessibility): mention scroll-behavior in reduced motion section
* docs(accessibility): rewording smooth scroll sentence
* feat(variable): introduce enable-smooth-scroll variable
* docs(accessibility): reword smooth-scroll sentence
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]>
|
|
|
|
|
|
|
|
|
|
Switch to relative URLs so that we don't need to change the path with every major/minor release
|
|
* Replace visually hidden span with aria-current in tests
* Remove redundant visually hidden "(current)" when `aria-current` already used
Closes #31891
|
|
|
|
|
|
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 %}}
|
|
* docs(badge): ensure info badge's contrast
* docs(colors): fix contrasts in example using .bg-info
* Update card.md
Co-authored-by: XhmikosR <[email protected]>
|
|
(#31809)
|
|
|
|
This PR fixes an error in the v5 docs. The btn-close-white class actually uses the filter (not backdrop-filter)
|
|
:tada: Yay! I helped!
Co-authored-by: XhmikosR <[email protected]>
|
|
|
|
* docs(Modal): Add xxl fullscreen example
* Update modal.md
Co-authored-by: XhmikosR <[email protected]>
|
|
* fix disabled checkbox toggle buttons
* add disabled checks-radios examples in documentation
Co-authored-by: XhmikosR <[email protected]>
|
|
(#31686)
* Add disabled state example to the .form-control page
* Document disabled attribute on select too
* Add disabled example for file input
Co-authored-by: XhmikosR <[email protected]>
|
|
|
|
It's the default unit.
|
|
|
|
Revert "Re-optimize SVG"
This reverts commit 331566bc85f7c0009e5a16b84d97f99c12d3a1c1.
Revert "Move homepage-hero.svg to an img tag"
This reverts commit c24acf8d2cca8e94a4115d7c30a281de23882789.
|
|
to narrow viewports (#31785)
Co-authored-by: XhmikosR <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|