feat(table): use more flexible selector for `thead` and `tbody`
This commit is contained in:
parent
0f50a7c98d
commit
b43013e33e
src/partials
|
@ -8,10 +8,10 @@ table {
|
|||
padding: 6px 13px;
|
||||
border: 1.5px solid var(--xm-c-border-rev);
|
||||
}
|
||||
thead > tr > th {
|
||||
thead th {
|
||||
font-weight: 700;
|
||||
}
|
||||
tbody > tr {
|
||||
tbody tr {
|
||||
&:hover {
|
||||
background-color: var(--xm-c-shallowest);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue