sidebar component: removes pseudo marker

This commit is contained in:
Timo
2025-04-30 15:15:15 +02:00
committed by Johannes Kirschbauer
parent 572ce8885f
commit dfbb860898

View File

@@ -96,7 +96,15 @@ html {
cursor: pointer;
}
.accordeon__header::-webkit-details-marker {
summary {
list-style: none;
}
summary::-webkit-details-marker {
display: none;
}
summary::marker {
display: none;
}