Skip to content

Commit

Permalink
Merge pull request #1160 from primer/remove-emoji
Browse files Browse the repository at this point in the history
Remove custom emoji from SelectMenu docs
  • Loading branch information
simurai authored Sep 10, 2020
2 parents edcd5a8 + e1e5031 commit 53aa4b2
Showing 1 changed file with 2 additions and 2 deletions.
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.

0 comments on commit 53aa4b2

Please sign in to comment.