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:
commit
d848952f4c
@ -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>
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user