]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix table separator typo (#31162)
authorJorge González <scrub.mx@gmail.com>
Wed, 24 Jun 2020 16:28:47 +0000 (11:28 -0500)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2020 16:28:47 +0000 (18:28 +0200)
scss/_tables.scss
scss/_variables.scss

index 5ae45ffe8e5b80a4cd08c391728dadcc7f9ecc3b..47ffde1663015fb81aef8063d66a98272b665445 100644 (file)
@@ -40,7 +40,7 @@
 
   // Highlight border color between thead, tbody and tfoot.
   > :not(:last-child) > :last-child > * {
-    border-bottom-color: $table-group-seperator-color;
+    border-bottom-color: $table-group-separator-color;
   }
 }
 
index d2260850ca2bc5661aa1d1f7d6e8e2656894c0aa..707908fa8cef03e901a7a9a8145f07bda13f1680 100644 (file)
@@ -507,7 +507,7 @@ $table-border-color:          $border-color !default;
 
 $table-striped-order:         odd !default;
 
-$table-group-seperator-color: currentColor !default;
+$table-group-separator-color: currentColor !default;
 
 $table-caption-color:         $text-muted !default;