-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
【どうしよう】コアブロックのナビゲーションメニューの縦並び時の不具合修正 #245
base: master
Are you sure you want to change the base?
Conversation
サブメニューの表示状態を変更
サブメニューを含むメニュー項目の下矢印を横並びにする(テスト含む)。
メニュー項目のテキストと下矢印を横並びにするためにnotを付与
サブメニュー項目のaのpaddingを追加
is-vertical の padding が 0 になる影響で submenuのa が効かない現象に対応
gap: 0; があることで、ブロックエディター上のナビゲーションメニューに設定している gap が効かない現象に対応
コアブロックのナビゲーションメニューのreadme記述
編集画面でサブメニューの背景色を設定していない時、背景色が透明になってしまう現象に対応
ブロックエディター上でサブメニューの色を設定していない時、背景が透明になる現象に対応
@mtdkei @kurudrive |
assets/_scss/_navigation.scss
Outdated
// --wp--style--block-gap: 0; | ||
// gap: 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
とりあえず gap が効かない問題はこのブランチから切り離して、別の issue / プルリク とした方が良いかなと思います(・w・
assets/_scss/_navigation.scss
Outdated
& .wp-block-navigation-submenu a:not(.wp-element-button), | ||
& .wp-block-navigation-submenu button.wp-block-navigation-item__content, | ||
& .wp-block-pages-list__item button.wp-block-navigation-item__content { | ||
padding: .5em 1em; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mtdkei これって、他のセレクタからの padding:0.8em 指定に負けて効いてなくないです(・・?
# Conflicts: # assets/_scss/_navigation.scss # readme.txt
Co-authored-by: Hidekazu Ishikawa <[email protected]>
@kurudrive gapが効かない部分はどうしましょう。確かに既存の縦並びメニューにも影響がありそうで難しいです。 |
チケットへのリンク / 変更の理由(元のissueがあればリンクを貼り付ければOK)
#244
どういう変更をしたか?
以下の点を修正しました。
実装者はレビュワーに回す前に以下の事を確認してチェックをつけてください。
ソースコードについて
プログラムの変更の場合
テストを書かないのは普通ではありません。書けるテストは極力書くようにしてください。
書いていない場合は書かない理由を記載してください。
その他
変更内容について何を確認したか、どういう方法で確認をしたかなど
レビュワーの確認方法・確認する内容など
フッターのパターンブロックをコピペして以下をご確認ください。
レビュワーに回す前の確認事項
レビュワー向け
確認して変更が反映されていない場合の確認事項