From 5c6ebb5c15b834015f428659c430aa455edeb8a4 Mon Sep 17 00:00:00 2001 From: Jingwen Zhu <42974891+wen-2018@users.noreply.github.com> Date: Mon, 21 Oct 2024 12:34:01 -0300 Subject: [PATCH] Refresh: update navigation style (#15334) --- media/css/m24/components/navigation-refresh.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/media/css/m24/components/navigation-refresh.scss b/media/css/m24/components/navigation-refresh.scss index 67ed1e5b5c8..3b5c2fef7dd 100644 --- a/media/css/m24/components/navigation-refresh.scss +++ b/media/css/m24/components/navigation-refresh.scss @@ -13,14 +13,14 @@ } .m24-navigation-refresh { - background-color: $m24-color-medium-gray; + background-color: $color-white; + border-bottom: 2px solid $m24-color-medium-gray; display: flex; width: 100%; position: sticky; z-index: 100; top: 0; left: 0; - box-shadow: none; @media (prefers-reduced-motion: reduce) { position: static; @@ -165,9 +165,11 @@ .m24-c-navigation-menu { width: 100%; margin-bottom: 0; + border-top: 2px solid $m24-color-medium-gray; @media #{$mq-md} { width: auto; + border-top: transparent; } }