mirror of
https://github.com/picocss/pico
synced 2025-07-23 10:36:20 +00:00
Merge pull request #22 from nuxodin/patch-2
`:not(thead) td` does not work as expected
This commit is contained in:
commit
3070d9eb92
@ -187,8 +187,6 @@ h5 {
|
||||
}
|
||||
|
||||
// Table
|
||||
table {
|
||||
|
||||
thead {
|
||||
th,
|
||||
td {
|
||||
@ -196,10 +194,9 @@ table {
|
||||
}
|
||||
}
|
||||
|
||||
:not(thead) td {
|
||||
:not(thead) > * > td {
|
||||
--font-size: 0.875em;
|
||||
}
|
||||
}
|
||||
|
||||
// Code
|
||||
pre,
|
||||
|
Loading…
x
Reference in New Issue
Block a user