mirror of https://github.com/acid-info/lsd.git
Merge pull request #41 from acid-info/topic-console-error
refactor: fix console error with first child
This commit is contained in:
commit
7dd6c8083e
|
@ -11,7 +11,7 @@ export const TableBodyStyles = css`
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
table tr:first-child td label:has(input[type='radio']) {
|
table tr:first-of-type td label:has(input[type='radio']) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue