diff --git a/app/assets/stylesheets/common/base/header.scss b/app/assets/stylesheets/common/base/header.scss index b76beb79abd..2309af7bf95 100644 --- a/app/assets/stylesheets/common/base/header.scss +++ b/app/assets/stylesheets/common/base/header.scss @@ -197,22 +197,6 @@ > .d-icon { color: var(--primary-medium); } - - &::after { - display: block; - position: absolute; - top: 100%; - left: 0; - z-index: z("header") + 1; // Higher than .menu-panel - width: 100%; - height: 0; - content: ""; - border-top: 1px solid var(--secondary); - } - - &:hover { - border-bottom: none; - } } }