1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 23:04:32 +02:00

style: removes space (#30782)

This commit is contained in:
Catalin Zalog
2020-05-12 10:28:59 +03:00
committed by GitHub
parent fbdacc0e92
commit e6829fb7b6

View File

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