mirror of
https://github.com/picocss/pico.git
synced 2025-02-23 00:01:58 -05:00
:not(thead) td
does not work as expected
...and drop `table`
This commit is contained in:
parent
67c60cf4db
commit
8be45d6130
@ -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