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,18 +187,15 @@ h5 {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Table
|
// Table
|
||||||
table {
|
thead {
|
||||||
|
th,
|
||||||
thead {
|
td {
|
||||||
th,
|
--border-width: 3px;
|
||||||
td {
|
|
||||||
--border-width: 3px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
:not(thead) td {
|
:not(thead) > * > td {
|
||||||
--font-size: 0.875em;
|
--font-size: 0.875em;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Code
|
// Code
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue