From 993065c69c1c39782612555517f365213a8ed030 Mon Sep 17 00:00:00 2001
From: alexisben <alex@noesya.coop>
Date: Thu, 15 Dec 2022 10:02:05 +0100
Subject: [PATCH] fix header border

---
 assets/sass/_theme/design-system/header.sass | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/assets/sass/_theme/design-system/header.sass b/assets/sass/_theme/design-system/header.sass
index b59b5779..7f8fc380 100644
--- a/assets/sass/_theme/design-system/header.sass
+++ b/assets/sass/_theme/design-system/header.sass
@@ -1,5 +1,6 @@
 header[role="banner"]
     background: $header-background
+    border-bottom: 1px solid $color-border
     color: $header-color
     position: fixed
     left: 0
@@ -9,16 +10,6 @@ header[role="banner"]
     z-index: $zindex-header
     @include media-breakpoint-down(md)
         width: 100%
-    html.has-menu-opened &
-        &::after
-            background-color: $color-border
-            bottom: 0
-            content: ""
-            height: 1px
-            left: 0
-            position: absolute
-            transition: background-color $header-sticky-transition
-            width: 100%
     .dropdown-menu
         transition: background $header-sticky-transition
     &.is-sticky, html.has-menu-opened &
-- 
GitLab