# 사이드바의 '더 보기'에서 DMenu를 열면 현재 페이지가 아니어도 첫 번째 항목이 선택됩니다

**URL:** https://meta.discourse.org/t/dmenu-for-more-in-sidebar-selects-first-item-even-if-it-is-not-the-current-page/367344
**Category:** UX
**Created:** [5월 23, 2025, 9:29오전 UTC](https://meta.discourse.org/t/dmenu-for-more-in-sidebar-selects-first-item-even-if-it-is-not-the-current-page/367344 "2025-05-23T09:29:39Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [5월 23, 2025, 1:11오후 UTC](https://meta.discourse.org/t/dmenu-for-more-in-sidebar-selects-first-item-even-if-it-is-not-the-current-page/367344/4 "2025-05-23T13:11:06Z")

</div>

메뉴가 열릴 때 키보드 내비게이션을 위해 첫 번째 항목에 포커스가 맞춰지기 때문입니다.

`focus`를 `focus-visible`로 변경할 수 있으며, 이렇게 하면 필요한 경우에만(예: 키보드 내비게이션 사용 시) 하이라이트가 표시되어야 합니다.

> <https://github.com/discourse/discourse/pull/32882>
>
> Reported here: https://meta.discourse.org/t/dmenu-for-more-in-sidebar-selects-fi…rst-item-even-if-it-is-not-the-current-page/367344
> 
> focus-visible will make the focus state only appear when needed (like when navigating with your keyboard), rather than appearing on menu open 
> 
> !\[image\](https://github.com/user-attachments/assets/9a6288a6-f67b-4493-a63c-aaaeb4214652)

---

_[View the full topic](https://meta.discourse.org/t/dmenu-for-more-in-sidebar-selects-first-item-even-if-it-is-not-the-current-page/367344)._
