mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Fix details/summary marker on privacy-modal being shown twice (#2482)
This commit is contained in:
committed by
GitHub
parent
aee8de54ed
commit
b20797fe4b
@@ -220,10 +220,11 @@ body.loading .container {
|
|||||||
}
|
}
|
||||||
details {
|
details {
|
||||||
& > summary {
|
& > summary {
|
||||||
list-style: inherit;
|
list-style: none;
|
||||||
}
|
}
|
||||||
& > summary::-webkit-details-marker {
|
& > summary::-webkit-details-marker,
|
||||||
display: inherit;
|
& > summary::marker {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user