forked from CGM_Public/pretix_original
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 {
|
||||
& > summary {
|
||||
list-style: inherit;
|
||||
list-style: none;
|
||||
}
|
||||
& > summary::-webkit-details-marker {
|
||||
display: inherit;
|
||||
& > summary::-webkit-details-marker,
|
||||
& > summary::marker {
|
||||
display: none;
|
||||
}
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user