Merge pull request #22 from nuxodin/patch-2

`:not(thead) td` does not work as expected
This commit is contained in:
Lucas Larroche 2021-07-19 12:55:29 +07:00 committed by GitHub
commit 3070d9eb92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -187,18 +187,15 @@ h5 {
}
// Table
table {
thead {
thead {
th,
td {
--border-width: 3px;
}
}
}
:not(thead) td {
:not(thead) > * > td {
--font-size: 0.875em;
}
}
// Code