mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
Use <details> and <summary> for variations
This commit is contained in:
@@ -65,6 +65,20 @@
|
||||
line-height: inherit;
|
||||
}
|
||||
}
|
||||
details.item-with-variations {
|
||||
list-style: none;
|
||||
}
|
||||
details.item-with-variations > summary::-webkit-details-marker {
|
||||
display: none;
|
||||
}
|
||||
|
||||
details summary {
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.radio .variation-description {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user