1
1
mirror of https://github.com/primer/css.git synced 2025-01-06 05:33:07 +03:00

Remove emoji

This commit is contained in:
simurai 2020-09-07 09:33:27 +09:00 committed by GitHub
parent c752b4e054
commit e1e50313a4
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.