mirror of
https://github.com/picocss/pico.git
synced 2025-04-22 09:26:14 -04:00
Merge pull request #22 from nuxodin/patch-2
`:not(thead) td` does not work as expected
This commit is contained in:
commit
3070d9eb92
1 changed files with 7 additions and 10 deletions
|
@ -187,18 +187,15 @@ h5 {
|
|||
}
|
||||
|
||||
// Table
|
||||
table {
|
||||
|
||||
thead {
|
||||
th,
|
||||
td {
|
||||
--border-width: 3px;
|
||||
}
|
||||
thead {
|
||||
th,
|
||||
td {
|
||||
--border-width: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
:not(thead) td {
|
||||
--font-size: 0.875em;
|
||||
}
|
||||
:not(thead) > * > td {
|
||||
--font-size: 0.875em;
|
||||
}
|
||||
|
||||
// Code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue