Reintroduced details marker

This commit is contained in:
squidfunk 2021-02-12 16:05:47 +01:00
parent 28d507ecfe
commit d664fafa6a
2 changed files with 4 additions and 2 deletions

View File

@ -114,7 +114,8 @@
}
// Hide native details marker
&::marker {
&::marker,
&::-webkit-details-marker {
display: none;
}
}

View File

@ -595,7 +595,8 @@
}
// Hide native details marker
&::marker {
&::marker,
&::-webkit-details-marker {
display: none;
}