Skip to content

Commit

Permalink
style: removes space (#30782)
Browse files Browse the repository at this point in the history
  • Loading branch information
zalog committed May 12, 2020
1 parent fbdacc0 commit e6829fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_variables.scss
Expand Up @@ -479,8 +479,8 @@ $table-color: $body-color !default;
$table-bg: transparent !default;

$table-striped-color: $table-color !default;
$table-striped-bg-factor: .05 !default;
$table-striped-bg: rgba($black, $table-striped-bg-factor) !default;
$table-striped-bg-factor: .05 !default;
$table-striped-bg: rgba($black, $table-striped-bg-factor) !default;

$table-active-color: $table-color !default;
$table-active-bg-factor: .1 !default;
Expand Down

0 comments on commit e6829fb

Please sign in to comment.