mirror of
https://github.com/picocss/pico
synced 2025-07-15 22:56:36 +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,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…
x
Reference in New Issue
Block a user