sidebar component: removes pseudo marker
This commit is contained in:
committed by
Johannes Kirschbauer
parent
572ce8885f
commit
dfbb860898
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user