Skip to content

Commit 11af221

Browse files
ostafinskimjean-gui
authored andcommitted
feat: remove separator styles from navigation
1 parent a8a7988 commit 11af221

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

assets-src/styles/sass/50-core-components/_navigation.scss

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -104,18 +104,6 @@ li.top-nav-item + li.top-nav-item {
104104
@include mq($max-width) {
105105
position: relative;
106106

107-
&::after {
108-
border: rem(1) solid $black;
109-
border-radius: rem(8);
110-
content: '';
111-
display: block;
112-
height: 100%;
113-
pointer-events: none;
114-
position: absolute;
115-
right: rem(-24);
116-
top: 0;
117-
}
118-
119107
&::before {
120108
background-color: $w3c-blue;
121109
bottom: rem(-3);

0 commit comments

Comments
 (0)