- 11 Jan, 2018 1 commit
-
-
XhmikosR authored
Also, refactor ESLint and stylelint config files; now everything will work from our root dir.
-
- 03 Jan, 2018 1 commit
-
-
Martijn Cuppens authored
-
- 31 Dec, 2017 1 commit
-
-
Martijn Cuppens authored
This commit allows nested structures for accordions. Also a part of the documentation about data-children is removed because this functionality didn't work and it's not applicable anymore. Tests with the collapse accordion are also a bit adjusted to the new situation.
-
- 12 Dec, 2017 1 commit
-
-
Troy Morehouse authored
-
- 26 Nov, 2017 1 commit
-
-
Alessandro Chitolina authored
-
- 23 Nov, 2017 1 commit
-
-
Johann-S authored
-
- 15 Nov, 2017 1 commit
-
-
Edward Betts authored
-
- 09 Nov, 2017 1 commit
-
-
Vasilii Artemchuk authored
-
- 07 Nov, 2017 3 commits
- 27 Oct, 2017 2 commits
-
-
Johann-S authored
-
Pierre-Denis Vanduynslager authored
-
- 25 Oct, 2017 1 commit
-
-
Johann-S authored
-
- 24 Oct, 2017 1 commit
-
-
Johann-S authored
-
- 23 Oct, 2017 1 commit
-
-
Johann-S authored
-
- 04 Oct, 2017 2 commits
- 26 Sep, 2017 1 commit
-
-
XhmikosR authored
* use a trailing slash when possible * use https when possible * remove a few redirected links * consistently use `https://popper.js.org/` * fix `iconUrl` in nuget files * change Jekyll Windows guide to the official one
-
- 25 Sep, 2017 1 commit
-
-
Johann-S authored
-
- 24 Sep, 2017 1 commit
-
-
Patrick H. Lauke authored
* Use `aria-selected` instead of `aria-expanded` * Change tab.js to use `aria-selected` rather than `aria-expanded` * Add `aria-orientation=vertical` to vertical tab list * Remove dynamic tabs with dropdowns * Fix non-interactive code examples * Only set `aria-selected` on the `role="tab"` trigger - this stops `aria-selected` being incorrectly added to the `role="tabpanel"` itself (probably harmless, but nonetheless incorrect)
-
- 17 Sep, 2017 1 commit
-
-
Troy Morehouse authored
* fix(scrollspy): Handle nested navs when nav-link inside nav-item * [scrolspy] Find only child .nav-link's inside .nav-item * [scrollspyt] Add tests for nested navs with nav-link inside nav-item * fix troy-o's in test
-
- 29 Aug, 2017 2 commits
-
-
David Bailey authored
-
David Bailey authored
Use a virtual scrollbar as this is simpler than having a real one (overflow: scroll doesn't seem to work in Phantom), and disable it for the new test. One test has also been altered to prevent erroneous fails when other inline styles are added to the body (e.g. overflow).
-
- 28 Aug, 2017 1 commit
-
-
David Bailey authored
When the body does not overflow (achieved by hiding the QUnit container), it should not be given a margin.
-
- 25 Aug, 2017 3 commits
-
-
meeque authored
-
David Bailey authored
* Adjust margin for sticky elements on modal Previously white space was visible to the right of sticky elements due to right padding being added to the body. This fixes #23661. * Add unit tests for margin of sticky elements on modal
-
Johann-S authored
element
-
- 24 Aug, 2017 1 commit
-
-
Johann-S authored
-
- 22 Aug, 2017 1 commit
-
-
XhmikosR authored
-
- 17 Aug, 2017 2 commits
- 11 Aug, 2017 2 commits
- 04 Jul, 2017 1 commit
-
-
Johann-S authored
-
- 15 Jun, 2017 1 commit
-
- 14 Jun, 2017 2 commits
- 27 May, 2017 1 commit
-
-
Geremia Taglialatela authored
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
-
- 14 May, 2017 1 commit
-
-
Johann-S authored
-