From f12f7c15e55267b1d08e801fa3300ae2db47d25c Mon Sep 17 00:00:00 2001 From: Corinne Durrmeyer Date: Thu, 20 Jun 2024 09:46:30 +0200 Subject: [PATCH] Remove border on when there is one item only --- app/assets/stylesheets/new_header.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/new_header.scss b/app/assets/stylesheets/new_header.scss index 2175d260b..255bf16ce 100644 --- a/app/assets/stylesheets/new_header.scss +++ b/app/assets/stylesheets/new_header.scss @@ -20,4 +20,9 @@ margin-left: 0; margin-right: 0; } + + // Remove border on when there is one item only + .fr-nav__item:only-child::before { + box-shadow: none; + } } \ No newline at end of file