Open
Conversation
Contributor
flour621
commented
Feb 12, 2026
- 検索バーやメガメニューの表示時にオーバーレイが表示されるよう修正しました
- メガメニューを表示するためのホバーエリアを拡大しました
There was a problem hiding this comment.
Pull request overview
検索バーおよびメガメニュー表示時の視認性・操作性を上げるため、ヘッダー用のオーバーレイ追加と、メガメニューのホバー領域拡大、検索フォームのフォーカストラップ追加を行うPRです。
Changes:
- 検索/サブメニュー表示時にヘッダー直下のオーバーレイを表示するスタイルを追加
- メガメニュー表示のためのホバー領域(ブリッジ)を疑似要素で拡大
- サブメニュー表示状態の付与(
submenu-open)と検索フォームのフォーカストラップを追加
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| themes/site/src/scss/_header.scss | 検索/サブメニュー表示時に有効化する .header-overlay の追加 |
| themes/site/src/scss/_global-nav.scss | メガメニューへのマウス遷移を安定させるためのホバー領域拡大(::before) |
| themes/site/js/index.js | サブメニュー時の submenu-open 付与、検索フォームのフォーカストラップ追加 |
| themes/site/include/header/header-nav-bottom.html | オーバーレイ要素の追加 |
| themes/site/include/header/header-logo-center.html | オーバーレイ要素の追加 |
| themes/site/dest/editor.css | ビルド成果物の差分反映 |
| themes/site/dest/bundle.css | ビルド成果物(オーバーレイ/ホバー領域拡大等)の差分反映 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.