mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-29 21:52:09 -07:00
heatmaps: part 6
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user