Skip to content

Commit 172b32f

Browse files
SimonFinneytw15egan
authored andcommitted
fix(list): explicitly remove list-style (#5000)
Co-authored-by: TJ Egan <tw15egan@gmail.com>
1 parent 198577d commit 172b32f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/components/src/components/list/_list.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
.#{$prefix}--list--ordered {
2424
@include reset;
2525
@include type-style('body-short-01');
26+
27+
list-style: none;
2628
}
2729

2830
.#{$prefix}--list__item {

0 commit comments

Comments
 (0)