File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 33
33
}
34
34
35
35
@mixin utrecht-card-list__item {
36
+ list-style : none ;
36
37
margin-block-end : var (--utrecht-card-list-item-margin-block-end );
37
38
margin-block-start : var (--utrecht-card-list-item-margin-block-start );
38
39
padding-inline-start : var (--utrecht-card-list-item-padding-inline-start , 1ch );
39
40
}
40
-
41
- @mixin utrecht-card-list__marker {
42
- color : var (--utrecht-card-list-marker-color );
43
- content : " ●" ;
44
- }
Original file line number Diff line number Diff line change 29
29
.utrecht-card-list__item {
30
30
@include utrecht-card-list__item ;
31
31
}
32
-
33
- .utrecht-card-list--html-content > li ::marker ,
34
- .utrecht-card-list--html-content ul > li ::marker ,
35
- .utrecht-card-list__item ::marker ,
36
- .utrecht-card-list__marker {
37
- @include utrecht-card-list__marker ;
38
- }
You can’t perform that action at this time.
0 commit comments