]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove scss variable defined twice (#28567)
authorLoïc Goyet <loic.goyet@gensdeconfiance.fr>
Fri, 29 Mar 2019 19:31:23 +0000 (20:31 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 29 Apr 2019 14:41:28 +0000 (17:41 +0300)
scss/_variables.scss

index d9e88df9a3f5fbfa79abc8ca83f39f175d3f656d..46e880a17f4cffc11c03e449549ec27cb1ad4d25 100644 (file)
@@ -366,7 +366,6 @@ $table-dark-accent-bg:        rgba($white, .05) !default;
 $table-dark-hover-color:      $table-dark-color !default;
 $table-dark-hover-bg:         rgba($white, .075) !default;
 $table-dark-border-color:     lighten($table-dark-bg, 7.5%) !default;
-$table-dark-color:            $white !default;
 
 $table-striped-order:         odd !default;