- 05 Dec, 2018 5 commits
-
-
Patrick H. Lauke authored
Dynamically set/remove `aria-modal="true"` when a modal is shown/hidden
-
Jacob Müller authored
-
Johann-S authored
-
Shohei Yoshida authored
-
Johann-S authored
-
- 04 Dec, 2018 2 commits
-
-
acidrums4 authored
-
Shohei Yoshida authored
-
- 29 Nov, 2018 1 commit
-
-
XhmikosR authored
-
- 28 Nov, 2018 7 commits
- 27 Nov, 2018 6 commits
-
-
XhmikosR authored
Callouts are already excluded from ToC, but due to a limitation in jekyll-toc they are still being included. We should revisit this if the bug is fixed later.
-
XhmikosR authored
It's pretty small compressed; a little less than 1 KB with gzip.
-
XhmikosR authored
-
XhmikosR authored
-
XhmikosR authored
This should reduce the amount of bytes for non-2x displays.
-
- 26 Nov, 2018 3 commits
-
-
Christian Oliff authored
-
XhmikosR authored
-
Christian Oliff authored
It's been macOS for 3 years now and we use just 'macOS' elsewhere in the Bootstrap documentation. https://en.wikipedia.org/wiki/MacOS
-
- 25 Nov, 2018 5 commits
- 24 Nov, 2018 1 commit
-
-
m5o authored
* prevent text selection for floating labels * expand the click target by no selecting the label text * use `pointer-events: none;` instead of `user-select` * thx @MartijnCuppens
-
- 23 Nov, 2018 3 commits
-
-
Martijn Cuppens authored
-
ysds authored
-
- 22 Nov, 2018 3 commits
-
-
Pixelastic authored
The latest (2.6.2) docsearch.js version now displays results as standard `<a href>` links, allowing users to `ctrl`-click on them to trigger default browser behavior of opening in a new tab. To maintain backward compatibility, this behavior has only been enabled to users that didn't define their own `handleSelected` method. This PR updates your `docsearch()` code to take advantage of the new `<a href>` template, by removing your custom `handleSelected` and moving its behavior to the `transformData` call. Namely, what you wanted to avoid was jumping to the first `<h1>` of the pages, which would prevent users from seeing the header. This PR checks if the suggestion targets the `#content` anchor (meaning it goes to this first `<h1>`) and remove it. Behavior should be the same, but at least now you can enjoy the `ctrl`-click :)
-
XhmikosR authored
-
ysds authored
-
- 21 Nov, 2018 4 commits
-
-
Roy Klutman authored
-
m5o authored
Previously we were using the old holder.js colors.
-
Martijn Cuppens authored
-
XhmikosR authored
-