Skip to content

Commit a218f4b

Browse files
Merge branch 'main' into 10528-show-more-a11y-codessnippet
2 parents e6ee99b + 41e692d commit a218f4b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

packages/styles/scss/components/ui-shell/header/_header.scss

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,22 @@
268268
border: 0;
269269
}
270270

271+
.#{$prefix}--header__submenu .#{$prefix}--header__menu {
272+
a.#{$prefix}--header__menu-item[aria-current='page']::after,
273+
.#{$prefix}--header__menu-item--current::after {
274+
bottom: 0;
275+
left: -2px;
276+
border-bottom: none;
277+
border-left: 3px solid $border-interactive;
278+
}
279+
280+
a.#{$prefix}--header__menu-item[aria-current='page']:focus::after,
281+
.#{$prefix}--header__menu-item--current:focus::after {
282+
left: 0;
283+
border-left: 3px solid $border-interactive;
284+
}
285+
}
286+
271287
a.#{$prefix}--header__menu-item[aria-current='page']:focus,
272288
a.#{$prefix}--header__menu-item.#{$prefix}--header__menu-item--current:focus {
273289
border: 2px solid $focus;

0 commit comments

Comments
 (0)