simplifications
compile css
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user