ensure alternating row table style doesn't affect sub-tables
Signed-off-by: Kouya Heika <kouyaheika@canithesis.org>
This commit is contained in:
@@ -57,7 +57,8 @@ textarea, input {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
table.alternating tr:nth-of-type(even) {
|
||||
table.alternating > tr:nth-of-type(even),
|
||||
table.alternating > tbody > tr:nth-of-type(even) {
|
||||
background: var(--table-alternate);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user