]> 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>
Fri, 29 Mar 2019 19:31:23 +0000 (21:31 +0200)
scss/_variables.scss

index dd141e84a3d977383211d77e9d97b7bf7e1739eb..89b60c0a967ece430fd029a735643fa435a0e7ef 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;