- 25 Oct, 2020 2 commits
-
-
Mark Otto authored
* 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 <redux@splintered.co.uk>
-
Patrick H. Lauke authored
-
- 22 Oct, 2020 1 commit
-
-
XhmikosR authored
-
- 20 Oct, 2020 3 commits
-
-
XhmikosR authored
For some weird reason, using "Exports" as the callout header leads to TypeError coming from clipboard.js
-
Johann-S authored
-
Pascal Pepe authored
-
- 19 Oct, 2020 9 commits
-
-
Patrick H. Lauke authored
-
XhmikosR authored
-
Gaël Poupard authored
-
Gaël Poupard authored
* 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 <xhmikosr@gmail.com>
-
Gaël Poupard authored
* 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 <xhmikosr@gmail.com> Co-authored-by:
Patrick H. Lauke <redux@splintered.co.uk>
-
Gaël Poupard authored
-
Gaël Poupard authored
-
Gaël Poupard authored
-
XhmikosR authored
-
- 14 Oct, 2020 1 commit
-
-
Patrick H. Lauke authored
* Replace visually hidden span with aria-current in tests * Remove redundant visually hidden "(current)" when `aria-current` already used Closes #31891
-
- 13 Oct, 2020 5 commits
-
-
Mark Otto authored
-
Gaurav Behere authored
-
Mark Otto authored
- Drop the included .btn-toolbar, no need - Split large and small button examples Closes #31841 Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
Martijn Cuppens authored
-
- 12 Oct, 2020 1 commit
-
-
XhmikosR authored
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 %}}
-
- 05 Oct, 2020 2 commits
-
-
Gaël Poupard authored
* docs(badge): ensure info badge's contrast * docs(colors): fix contrasts in example using .bg-info * Update card.md Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
Ankit Mishra authored
-
- 02 Oct, 2020 1 commit
-
-
Rohit Sharma authored
-
- 30 Sep, 2020 3 commits
-
-
Christian Oliff authored
This PR fixes an error in the v5 docs. The btn-close-white class actually uses the filter (not backdrop-filter)
-
Justin authored
Yay! I helped! Co-authored-by:XhmikosR <xhmikosr@gmail.com>
-
Mopsan authored
-
- 29 Sep, 2020 4 commits
-
-
Kyle Tsang authored
* docs(Modal): Add xxl fullscreen example * Update modal.md Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
Nikita Mikhaylov authored
* fix disabled checkbox toggle buttons * add disabled checks-radios examples in documentation Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
Mark Otto authored
* 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 <xhmikosr@gmail.com>
-
Mark Otto authored
Change grid classes to utilities to make vertical nav example more resilient to narrow viewports (#31785) Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
- 28 Sep, 2020 5 commits
- 24 Sep, 2020 2 commits
-
-
Mark Otto authored
* Replace existing carousel control icons with chevrons from Bootstrap Icons * Add .carousel-dark variant * Test * Add variable for .carousel-dark filter * Update _variables.scss Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
Mark Otto authored
* Add .dropdown-menu-dark * Match background color to navbar dark * Update docs to include a navbar example * Update dropdowns.md Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
- 23 Sep, 2020 1 commit
-
-
Mark Otto authored
- Remove group selector for ratio items - Drop the .ratio-item entirely - Update docs to explain updated approach - Update Migration guide to reflect the latest
-