Remove scss variable defined twice (#28567)

This commit is contained in:
Loïc Goyet 2019-03-29 20:31:23 +01:00 committed by XhmikosR
parent 1752addadf
commit f2d33cd86b

View 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;