We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a7988 commit 11af221Copy full SHA for 11af221
assets-src/styles/sass/50-core-components/_navigation.scss
@@ -104,18 +104,6 @@ li.top-nav-item + li.top-nav-item {
104
@include mq($max-width) {
105
position: relative;
106
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
-
119
&::before {
120
background-color: $w3c-blue;
121
bottom: rem(-3);
0 commit comments