From 12d49f19b0b4e5735480d8a1c4cf789f16eac24a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 25 Feb 2022 13:58:08 -0800 Subject: Remove thicker border on table thead elements Use the new .table-group-divider to create your own dividers as desired. Would love to find a better way to handle border-color for this, but for now, this is at least opt-in. I've applied it by default in another way for our docs tables to help differentiate our content vs our components. Fixes #35342 --- site/assets/scss/_content.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'site/assets/scss/_content.scss') diff --git a/site/assets/scss/_content.scss b/site/assets/scss/_content.scss index fa290dabc8..3dd380ef70 100644 --- a/site/assets/scss/_content.scss +++ b/site/assets/scss/_content.scss @@ -45,6 +45,10 @@ } } + thead { + border-bottom: 2px solid currentColor; + } + th, td { &:first-child { -- cgit v1.2.3