From 8be45d613018ba1fdec477533ef2e2687a3eccc5 Mon Sep 17 00:00:00 2001 From: Tobias Buschor Date: Mon, 19 Jul 2021 07:48:07 +0200 Subject: [PATCH] `:not(thead) td` does not work as expected ...and drop `table` --- scss/themes/default/_styles.scss | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/scss/themes/default/_styles.scss b/scss/themes/default/_styles.scss index 4b9fc629..1174250a 100644 --- a/scss/themes/default/_styles.scss +++ b/scss/themes/default/_styles.scss @@ -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