0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-04 16:24:22 +01:00
Bootstrap/js/tests/visual
Geremia Taglialatela db44e4b311 Update nav and navbar HTML markup
According to the docs, you just need to apply the `navbar-nav` to an
`<ul>` tag in a list-based navbar. In fact, `navbar-nav` seems to
override all the css properties set by `nav`.

Also, `nav-item` class should be used only for `<li>` tags, or in
conjunction with `<a>` tags to entirely avoid the list-based approach.

This commit removes the redundant `nav` class from `navbar-nav` `<ul>`
tags, moves `nav-item` from `<a>` tags to `<li>` tags and properly
adds `nav-item` class to `<li>` tags where missing.

Refs:

* https://v4-alpha.getbootstrap.com/components/navs/
* https://v4-alpha.getbootstrap.com/components/navbar/#nav
2017-05-27 15:21:49 -07:00
..
alert.html v4: Rip out IE compatibility mode meta tags (#21483) 2016-12-31 12:20:32 -08:00
button.html v4: Rip out IE compatibility mode meta tags (#21483) 2016-12-31 12:20:32 -08:00
carousel.html Arguably more professional pictures of Rick Ross 2017-04-21 20:51:35 -07:00
collapse.html Fix JS components console error "Error: <Component> is transitioning" 2017-03-28 23:43:15 +02:00
dropdown.html Better management of dropdown/dropup with alignment 2017-05-22 16:14:10 +02:00
modal.html Update nav and navbar HTML markup 2017-05-27 15:21:49 -07:00
popover.html Placement auto for popovers 2017-05-24 14:57:40 +02:00
scrollspy.html Fix dropdown in scrollspy visual test (add Popper.js) 2017-05-14 11:41:19 +02:00
tab.html Tabs/Scrollspy/.nav/.list-group/.active independent of markup (<nav>, .nav-item, <li> etc...) 2017-04-02 11:21:04 +02:00
tooltip.html Placement auto for tooltips 2017-05-24 14:57:40 +02:00