Skip to content

Commit

Permalink
move nested selector
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsnes committed Jan 8, 2025
1 parent 763b660 commit bdd041b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/css/src/breadcrumbs.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
--dsc-breadcrumbs-color: var(--ds-color-text-subtle);

& > :is(ol, ul) {
&:not([hidden]) {
display: flex;
}
flex-wrap: wrap;
list-style-type: none;
margin: 0;
padding: 0;
gap: var(--dsc-breadcrumbs-spacing) 0;

&:not([hidden]) {
display: flex;
}
}

& a[aria-current='page'] {
Expand Down

0 comments on commit bdd041b

Please sign in to comment.