simplifications

compile css
This commit is contained in:
2024-05-29 16:38:11 -05:00
parent 64fa16740b
commit bf9d0c1a78
7 changed files with 343 additions and 264 deletions

View File

@@ -189,7 +189,7 @@ a.Panel-row {
align-items: center;
}
div[id^="event-lineup"] {
div.event-lineup {
max-width: 576px;
counter-reset: lineup-sequence-counter 0;
margin-left: 8px;
@@ -289,17 +289,23 @@ li .availability-status-code- {
}
div[id^="event-lineup"] .Panel {
&.position-only .Panel-cell:has(.sequence), &.bench .Panel-cell:has(.sequence), &.out .Panel-cell:has(.sequence){
display: none;
}
&.out {
.Panel-cell {
&:has(.sequence), .drag-handle, .SelectBox {
// display: none;
div.event-lineup {
.lineup-segment {
&:has(input.Toggle-input:not(:checked)) {
&.out {
.Panel-cell:has(.SelectBox),
.Panel-cell:has(.drag-handle),
button:has(+.position-label-flags),
{
display: none;
}
}
}
&.bench, &.position-only, &.out {
.Panel-cell:has(.sequence) {
display: none;
}
}
}
}