aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.0/components/dropdowns.md
AgeCommit message (Collapse)AuthorFilesLines
2020-11-18docs(dropdowns): clarify where is `.show` applied (#32189)Gaƫl Poupard1-1/+1
Fixes #32712
2020-11-14Add `bs` in data attributesRohit Sharma1-54/+54
- Add `bs` in data APIs everywhere - Update unit tests
2020-10-29Minor Markdown fixes (#32009)XhmikosR1-1/+1
* add missing language after fenced block * add missing end of file newline
2020-10-19docs: switch to fenced codeblocks (#31806)XhmikosR1-20/+20
2020-10-13Revert "Improve callout shortcode. (#31802)" (#31871)XhmikosR1-6/+6
This reverts commit 5c6925385ee926a749ead6a4f2ebbfc64e701f36.
2020-10-13Split up dropdown sizing docs to improve rendering (#31861)Mark Otto1-55/+55
- Drop the included .btn-toolbar, no need - Split large and small button examples Closes #31841 Co-authored-by: XhmikosR <[email protected]>
2020-10-12Improve callout shortcode. (#31802)XhmikosR1-6/+6
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 %}}
2020-10-02Explain the "dispose" method appropriately (#30838)Rohit Sharma1-1/+1
2020-09-24Add .dropdown-menu-dark (#30171)Mark Otto1-0/+46
* 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]>
2020-07-03Rename `sr-only`/`sr-only-focusable` (#31139)Patrick H. Lauke1-18/+18
* 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]>
2020-06-27Add code to method/property tables (#31130)Patrick H. Lauke1-12/+12
Co-authored-by: XhmikosR <[email protected]>
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR1-0/+971
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.