Skip to content

Commit 616a97b

Browse files
committed
fix (list): selector for ol marker
1 parent c9f84ce commit 616a97b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/scss/06-blocks/core/_list.scss

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@
1818
&:not([class*="is-style-"], .no-list-style) {
1919
list-style-type: disc;
2020

21-
li {
22-
&::marker {
23-
color: $color-primary;
24-
}
21+
li::marker {
22+
color: $color-primary;
2523
}
2624
}
2725
}
@@ -30,7 +28,7 @@
3028
&:not([class*="is-style-"]) {
3129
list-style-type: decimal;
3230

33-
&::marker {
31+
li::marker {
3432
color: $color-primary;
3533
}
3634
}

0 commit comments

Comments
 (0)