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

This is because when the menu is opened we focus the first item for keyboard navigation.

We can change this from focus to focus-visible, which should only show the highlight when needed (like when keyboard nav is in use)

https://github.com/discourse/discourse/pull/32882

6개의 좋아요