Skip to content

Commit

Permalink
fix(list): explicitly remove list-style (#5000)
Browse files Browse the repository at this point in the history
Co-authored-by: TJ Egan <[email protected]>
  • Loading branch information
2 people authored and joshblack committed Jan 23, 2020
1 parent 198577d commit 172b32f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/components/src/components/list/_list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
.#{$prefix}--list--ordered {
@include reset;
@include type-style('body-short-01');

list-style: none;
}

.#{$prefix}--list__item {
Expand Down

0 comments on commit 172b32f

Please sign in to comment.