diff --git a/mu-plugins/blocks/global-header-footer/header.php b/mu-plugins/blocks/global-header-footer/header.php index 9dbdf5a8c..b39f19317 100644 --- a/mu-plugins/blocks/global-header-footer/header.php +++ b/mu-plugins/blocks/global-header-footer/header.php @@ -34,6 +34,7 @@
+
+ + + + + + + + + + diff --git a/mu-plugins/blocks/global-header-footer/postcss/header/search.pcss b/mu-plugins/blocks/global-header-footer/postcss/header/search.pcss index 1a3781afc..11e921de8 100644 --- a/mu-plugins/blocks/global-header-footer/postcss/header/search.pcss +++ b/mu-plugins/blocks/global-header-footer/postcss/header/search.pcss @@ -1,4 +1,6 @@ .wp-block-group.site-header .site-header__search-container { + display: none; /* migrating to the new approach under nav menu */ + border-left: 1px solid var(--wp--preset--color--darker-grey); border-right: 1px solid var(--wp--preset--color--darker-grey); @@ -12,3 +14,17 @@ display: none; } } + +.wp-block-group.site-header .site-header__search_TODO { + border-left: 1px solid var(--wp--preset--color--darker-grey); + border-right: 1px solid var(--wp--preset--color--darker-grey); + + @media (--tablet) { + border-right: none; + padding-bottom: 28px; + } + + @media (--tablet) { + order: 3; + } +}