Skip to content

Commit

Permalink
using safari-supported method of defining list marker character (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle authored Oct 21, 2024
1 parent 0baee07 commit 6a5d202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/common/src/scss/components/_BlockKeyPoints.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
@media not print {
ul {
@apply ml-6;
list-style-type: '';
}
ul li {
&::marker {
content: '';
@apply leading-none text-primary font-medium text-[22px] lg:text-[24px];
}
@apply pl-2 lg:pl-4;
Expand Down
2 changes: 1 addition & 1 deletion packages/common/src/scss/components/_BlockText.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@
}
}
ul {
list-style-type: '';
li {
@apply pl-2 lg:pl-4;
&::marker {
content: '';
@apply leading-none text-primary font-medium text-[22px] lg:text-[28px];
}
}
Expand Down

0 comments on commit 6a5d202

Please sign in to comment.