mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Reintroduced details marker
This commit is contained in:
@@ -114,7 +114,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Hide native details marker
|
// Hide native details marker
|
||||||
&::marker {
|
&::marker,
|
||||||
|
&::-webkit-details-marker {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -595,7 +595,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Hide native details marker
|
// Hide native details marker
|
||||||
&::marker {
|
&::marker,
|
||||||
|
&::-webkit-details-marker {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user