aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.0/examples/carousel-rtl
AgeCommit message (Collapse)AuthorFilesLines
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR1-167/+0
2021-04-27Improve RTL examples (#33097)Abdullah Alaqeel1-18/+18
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-04docs(examples): use RTLCSS for RTL examplesGaël Poupard2-10/+1
2020-12-04Adapt to the recent main branch changesXhmikosR1-7/+7
2020-12-04docs(examples): new cheatsheet and RTL examplesGaël Poupard2-0/+176