Skip to content

Commit

Permalink
Header: Restore intended submenu icon gap.
Browse files Browse the repository at this point in the history
Fixes #186
  • Loading branch information
iandunn committed Mar 16, 2022
1 parent 93ef5c5 commit 492d811
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions mu-plugins/blocks/global-header-footer/postcss/header/menu.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@
padding-top: 18px;
}
}

& .wp-block-navigation-item.has-child a {
@media (--tablet) {
padding-right: 6px;
}
}
}

& .wp-block-navigation__container .wp-block-navigation__submenu-container {
Expand Down Expand Up @@ -179,10 +185,14 @@
& .wp-block-navigation-item {
padding-bottom: 0;
}
& .wp-block-navigation__submenu-icon {
margin-left: 0;
padding-right: 22px;

& .wp-block-navigation__submenu-icon svg {
fill: none;
stroke: currentColor;
svg {
fill: none;
stroke: currentColor;
}
}
}

Expand Down

0 comments on commit 492d811

Please sign in to comment.