Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2022-02-26 00:58:08 +0300
committerMark Otto <otto@github.com>2022-02-28 22:21:53 +0300
commit12d49f19b0b4e5735480d8a1c4cf789f16eac24a (patch)
treeb1013c5b77663f12996ce96f8cda11ce204e67d7 /site/assets/scss
parent0cf36335d66bf47e03587f798cf3fc5666eb7994 (diff)
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
Diffstat (limited to 'site/assets/scss')
-rw-r--r--site/assets/scss/_content.scss4
1 files changed, 4 insertions, 0 deletions
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 {