aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCatalin Zalog <[email protected]>2020-05-12 10:28:59 +0300
committerGitHub <[email protected]>2020-05-12 10:28:59 +0300
commite6829fb7b6108319862be40eed95a365db12591e (patch)
tree73ff0aea976bfdce1b64eb57107c35e39ed47cb7
parentfbdacc0e92d380af79f5a13fa5f19536beb31191 (diff)
downloadbootstrap-e6829fb7b6108319862be40eed95a365db12591e.tar.xz
bootstrap-e6829fb7b6108319862be40eed95a365db12591e.zip
style: removes space (#30782)
-rw-r--r--scss/_variables.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index c0355bbe4..8b9979e32 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -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;