0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-04 16:24:22 +01:00
Bootstrap/site/content/docs/5.0
Théophile Helleboid - chtitux 265605bba0
carousel example: Move "active" class on .nav-link element (#32647) (#32647)
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 <xhmikosr@gmail.com>
2021-01-05 22:15:59 +02:00
..
about docs(examples): new cheatsheet and RTL examples 2020-12-04 07:52:03 +02:00
components Remove incorrect mention of dropdowns for dynamic tab behavior (#32634) 2021-01-05 22:04:06 +02:00
content docs: Add system-ui to native font stack documentation (#32455) 2020-12-15 09:10:09 +02:00
customize docs(examples): new cheatsheet and RTL examples 2020-12-04 07:52:03 +02:00
examples carousel example: Move "active" class on .nav-link element (#32647) (#32647) 2021-01-05 22:15:59 +02:00
extend Use the site param for icons 2020-07-01 15:21:43 +03:00
forms Extended form validation states customization capabilities (#31757) 2020-12-17 07:07:48 +02:00
getting-started docs: Add system-ui to native font stack documentation (#32455) 2020-12-15 09:10:09 +02:00
helpers Expand visually-hidden-focusable so it can be used on a container, so the container becomes visible when focus is inside it / on one of its child elements. 2020-12-15 09:22:14 +02:00
layout Replace Lorem Ipsum placeholder text with more representative (or at least english language) text (#32246) 2020-12-11 20:05:33 +00:00
utilities Fixes #32557: Add functions and variables to the utilities API docs imports (#32684) 2021-01-05 22:11:56 +02:00
_index.html Bump version to 5.0.0-alpha1 (#29925) 2020-05-13 22:36:00 +03:00
migration.md added class selector "." to "dropend" (#32534) 2020-12-19 08:23:50 +02:00