:not(thead) td does not work as expected

...and drop `table`
This commit is contained in:
Tobias Buschor 2021-07-19 07:48:07 +02:00 committed by GitHub
parent 67c60cf4db
commit 8be45d6130
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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