aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.0/examples/carousel
AgeCommit message (Collapse)AuthorFilesLines
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR3-348/+0
2021-01-28Make carousel indicators actual buttonsPatrick H. Lauke1-5/+5
2021-01-27Carousel: use buttons, not links, for prev/next controls (#32627)Patrick H. Lauke1-4/+4
* Carousel: use buttons, not links, for prev/next - expand the styles to neutralise border/background - change docs page - add extra unit test to check that links or buttons work as controls - modify visual test to use buttons as well - use buttons instead of links for prev/next - remove `role="button"` from links that are actually links * Clarify that controls can be button or link * Update site/content/docs/5.0/components/carousel.md Co-authored-by: Mark Otto <[email protected]> * Explicitly set padding to 0 to prevent dipping/moving on active in Firefox Co-authored-by: XhmikosR <[email protected]>
2021-01-14Remove role="button" from CTA links in carousel examples (#32788)Patrick H. Lauke1-6/+6
They're links, acting as links. Just because they're styled as buttons visually doesn't mean they need/get `role="button"`
2021-01-05Hyphen to dash for ranges (#32488)Jonathan1-1/+1
* 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
2021-01-05carousel example: Move "active" class on .nav-link element (#32647) (#32647)Théophile Helleboid - chtitux1-2/+2
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]>
2020-12-11Replace Lorem Ipsum placeholder text with more representative (or at least ↵Patrick H. Lauke1-9/+9
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/
2020-12-04docs(examples): use RTLCSS for RTL examplesGaël Poupard2-0/+92
2020-12-04docs(examples): new cheatsheet and RTL examplesGaël Poupard1-5/+5
2020-11-14Add `bs` in data attributesRohit Sharma1-7/+7
- Add `bs` in data APIs everywhere - Update unit tests
2020-07-03Rename `sr-only`/`sr-only-focusable` (#31139)Patrick H. Lauke1-2/+2
* 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-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR2-0/+256
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.