mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 19:26:14 -04:00
Remove explicit background-color on tr element
This commit is contained in:
parent
94fe6da60c
commit
92c21aa1d4
17 changed files with 17 additions and 38 deletions
|
@ -33,16 +33,11 @@ td {
|
|||
text-align: start;
|
||||
}
|
||||
|
||||
// Rows
|
||||
tr {
|
||||
background-color: var(--background-color);
|
||||
}
|
||||
|
||||
// Striped
|
||||
table {
|
||||
&[role="grid"] {
|
||||
tbody tr:nth-child(odd) {
|
||||
--background-color: var(--table-row-stripped-background-color);
|
||||
background-color: var(--table-row-stripped-background-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue