Skip to content

Commit

Permalink
Nested lists fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dlnr committed Feb 12, 2024
1 parent 9cda129 commit 5e1bc98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/css/src/components/ordered-list/ordered-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
}

.amsterdam-ordered-list--inverse-color,
.amsterdam-ordered-list--inverse-color:not(.amsterdam-ordered-list--no-markers) {
.amsterdam-ordered-list--inverse-color:not(.amsterdam-ordered-list--no-markers),
.amsterdam-ordered-list--inverse-color .amsterdam-ordered-list {
color: var(--amsterdam-ordered-list-inverse-color);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
}

.amsterdam-unordered-list--inverse-color,
.amsterdam-unordered-list--inverse-color:not(.amsterdam-unordered-list--no-markers) {
.amsterdam-unordered-list--inverse-color:not(.amsterdam-unordered-list--no-markers),
.amsterdam-unordered-list--inverse-color .amsterdam-unordered-list {
color: var(--amsterdam-unordered-list-inverse-color);
}

Expand Down

0 comments on commit 5e1bc98

Please sign in to comment.