0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-12 00:08:59 +01:00
Bootstrap/site/content
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
..
docs carousel example: Move "active" class on .nav-link element (#32647) (#32647) 2021-01-05 22:15:59 +02:00
404.md Fix 404 layout. 2019-03-13 19:22:59 +02:00