mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Reintroduced details marker
This commit is contained in:
parent
28d507ecfe
commit
d664fafa6a
@ -114,7 +114,8 @@
|
||||
}
|
||||
|
||||
// Hide native details marker
|
||||
&::marker {
|
||||
&::marker,
|
||||
&::-webkit-details-marker {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
@ -595,7 +595,8 @@
|
||||
}
|
||||
|
||||
// Hide native details marker
|
||||
&::marker {
|
||||
&::marker,
|
||||
&::-webkit-details-marker {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user