mirror of
https://github.com/picocss/pico.git
synced 2025-04-23 01:46:14 -04:00
:not(thead) td
does not work as expected
...and drop `table`
This commit is contained in:
parent
67c60cf4db
commit
8be45d6130
1 changed files with 7 additions and 10 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue