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

Remove custom emoji from SelectMenu docs #1160

Merged
merged 1 commit into from
Sep 10, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content/components/select-menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ Sometimes a select menu needs to communicate a "blank slate" where there's no co

## github.com usage

When adding the `.SelectMenu` component on github.com, use the [`<details-menu>`](https://github.com/github/details-menu-element) element. It will :tophat: magically make the `.SelectMenu` work. Here a basic example:
When adding the `.SelectMenu` component on github.com, use the [`<details-menu>`](https://github.com/github/details-menu-element) element. It will magically make the `.SelectMenu` work. Here a basic example:

```erb
<details class="details-reset details-overlay" id="my-select-menu">
Expand Down Expand Up @@ -617,4 +617,4 @@ If loading content should be deferred, use the [`<include-fragment>`](https://gi
</details-menu>
```

It will add a pulsing :octoface: icon while the content is loading.
It will add a pulsing "octoface" icon while the content is loading.