Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test #1

Merged
merged 437 commits into from
Nov 28, 2018
Merged

test #1

merged 437 commits into from
Nov 28, 2018

Conversation

pengzishang
Copy link
Owner

No description provided.

mdo and others added 30 commits September 18, 2018 16:29
Segoe UI doesn't have font-weight: 500 making things not looking as expected.
* #26967: Allow multiple ways of padding declaration for modal header
* #26976: split vertical and horizontal modal padding
…ck; meaning the utilities have no affect. Closes #27162.
fix duplicate id attribute
Also, now it should work cross-platform assuming `zip` is present.
By implementing the same approach of rollup.config.js
and replicate it in build-plugins.js, individual plugins
will display license headers.
"given move to" -> "given the move to"
* refine deprecated holder.js color syntax
  * remove `#55595c:#373a3c`
* harmonize with all other holder.js examples
* update holder.js image dimensions for sizing example
  * use `100%` instead of `100%`
  * 📝 https://github.com/imsky/holder#fluid-placeholders
* remove `dist: trusty` since it's the default
* disable email notifications
We can achieve the same very easily.
XhmikosR and others added 25 commits November 21, 2018 15:24
Previously we were using the old holder.js colors.
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 :)
* 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
It's been macOS for 3 years now and we use just 'macOS' elsewhere in the Bootstrap documentation.
https://en.wikipedia.org/wiki/MacOS
This should reduce the amount of bytes for non-2x displays.
It's pretty small compressed; a little less than 1 KB with gzip.
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.
@pengzishang
Copy link
Owner Author

test

@pengzishang pengzishang reopened this Nov 28, 2018
@pengzishang pengzishang merged commit 02609df into pengzishang:v4-dev Nov 28, 2018
@pengzishang
Copy link
Owner Author

er

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.