diff --git a/assets/sass/_theme/design-system/header.sass b/assets/sass/_theme/design-system/header.sass index b59b57796586d215aa2c3a9c72c669f67c3bec2a..7f8fc38084c3d40a922e095c8e2ff4b2aaf8185d 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 &