File tree Expand file tree Collapse file tree 1 file changed +8
-16
lines changed Expand file tree Collapse file tree 1 file changed +8
-16
lines changed Original file line number Diff line number Diff line change @@ -291,6 +291,14 @@ import ExternalIcon from "../../../public/img/icon-external.svg";
291291 margin-inline-start: var(--space-2xs);
292292 }
293293
294+ .menu-item--level-1 > .is-active,
295+ .menu-item--level-2 > .is-active {
296+ text-decoration: underline;
297+ text-decoration-color: currentColor;
298+ text-decoration-thickness: 2px;
299+ text-underline-offset: 8px;
300+ }
301+
294302 @media screen and (max-width: 479px) {
295303 .site-links-wrapper {
296304 width: 100%;
@@ -333,14 +341,6 @@ import ExternalIcon from "../../../public/img/icon-external.svg";
333341 display: block;
334342 }
335343
336- .menu-item--level-1 > .is-active {
337- border-inline-start: 2px solid var(--color-header-accent);
338- }
339-
340- .menu-item--level-2 > .is-active {
341- text-decoration: underline;
342- }
343-
344344 .switch-link:hover {
345345 background-color: var(--color-header-accent);
346346 }
@@ -470,14 +470,6 @@ import ExternalIcon from "../../../public/img/icon-external.svg";
470470 .site-nav__toggle {
471471 display: none;
472472 }
473-
474- .menu-item--level-1 > .is-active,
475- .menu-item--level-2 > .is-active {
476- text-decoration: underline;
477- text-decoration-color: currentColor;
478- text-decoration-thickness: 2px;
479- text-underline-offset: 8px;
480- }
481473 }
482474</style >
483475
You can’t perform that action at this time.
0 commit comments