Skip to content

Commit

Permalink
fix(header): reset default ul styling directly in header navigation m…
Browse files Browse the repository at this point in the history
…enus (#4674)
  • Loading branch information
jendowns authored and asudoh committed Nov 14, 2019
1 parent efa4d2e commit 8f48ec5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/components/src/components/ui-shell/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@
.#{$prefix}--header__menu-bar[role='menubar'] {
display: flex;
height: 100%;
list-style: none;
padding: 0;
margin: 0;
}

a.#{$prefix}--header__menu-item[role='menuitem'] {
Expand Down Expand Up @@ -239,6 +242,9 @@

.#{$prefix}--header__menu[role='menu'] {
display: none;
list-style: none;
padding: 0;
margin: 0;
}

.#{$prefix}--header__menu-title[role='menuitem'][aria-expanded='true']
Expand Down

0 comments on commit 8f48ec5

Please sign in to comment.