1
1
mirror of https://github.com/primer/css.git synced 2025-01-04 12:22:17 +03:00

Merge pull request #1160 from primer/remove-emoji

Remove custom emoji from SelectMenu docs
This commit is contained in:
simurai 2020-09-10 11:53:44 +09:00 committed by GitHub
commit 53aa4b2170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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">
@ -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.