heatmaps: part 6

This commit is contained in:
nym21
2026-05-31 01:38:50 +02:00
parent 7e2fc8b455
commit b2345db279
8 changed files with 73 additions and 70 deletions
+4 -4
View File
@@ -144,7 +144,7 @@
margin-right: var(--negative-main-padding);
margin-left: var(--negative-main-padding);
:is(div.field, label:has(> select)) {
:is(fieldset:has(> label > input[type="radio"]), label:has(> select)) {
display: flex;
flex-shrink: 0;
gap: 0.375rem;
@@ -178,7 +178,7 @@
&:nth-child(2) {
position: relative;
> .field {
> fieldset:has(> label > input[type="radio"]) {
position: absolute;
left: 0;
top: 0;
@@ -212,7 +212,7 @@
}
}
td:last-child > .field {
td:last-child > fieldset:has(> label > input[type="radio"]) {
position: absolute;
left: 0;
z-index: 50;
@@ -222,7 +222,7 @@
text-transform: uppercase;
}
tr:not(:last-child) > td:last-child > .field {
tr:not(:last-child) > td:last-child > fieldset:has(> label > input[type="radio"]) {
top: 0;
right: 0;
gap: 0.375rem;