1
1
mirror of https://github.com/primer/css.git synced 2024-12-02 07:53:06 +03:00

Merge pull request #903 from mxie/patch-1

Move select menu list into the modal div
This commit is contained in:
Shawn Allen 2019-09-25 15:34:45 -07:00 committed by GitHub
commit d848952f4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -556,12 +556,12 @@ When adding the `.SelectMenu` component on github.com, use the [`<details-menu>`
<%= octicon("x", "aria-label": "Close menu") %>
</button>
</header>
</div>
<div class="SelectMenu-list">
<a class="SelectMenu-item" href="" role="menuitem">Item 1</a>
<a class="SelectMenu-item" href="" role="menuitem">Item 2</a>
<a class="SelectMenu-item" href="" role="menuitem">Item 3</a>
</div>
</div>
</details-menu>
</details>
```