]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Customizable table group seperator colors
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Tue, 21 Apr 2020 08:13:38 +0000 (10:13 +0200)
committerMartijn Cuppens <martijn.cuppens@gmail.com>
Fri, 24 Apr 2020 08:05:10 +0000 (10:05 +0200)
scss/_tables.scss
scss/_variables.scss

index 6b161434fad4d08d42bcaa0093680564ec95d6bd..6aba4def2a0cb5bf95ca96fb9b164daca52c338c 100644 (file)
@@ -41,7 +41,7 @@
   // Highlight border color between thead, tbody and tfoot.
   // stylelint-disable-next-line selector-max-universal
   > :not(:last-child) > :last-child > * {
-    border-bottom-color: currentColor;
+    border-bottom-color: $table-group-seperator-color;
   }
 }
 
index 9a2348df66aef11bf8945b6e798f17341a86ce5f..e95343496a1ff99dc57f6e474b9f9e87eebd3977 100644 (file)
@@ -492,6 +492,8 @@ $table-border-color:          $border-color !default;
 
 $table-striped-order:         odd !default;
 
+$table-group-seperator-color: currentColor !default;
+
 $table-caption-color:         $text-muted !default;
 
 $table-bg-level:              -9 !default;