From e6829fb7b6108319862be40eed95a365db12591e Mon Sep 17 00:00:00 2001 From: Catalin Zalog Date: Tue, 12 May 2020 10:28:59 +0300 Subject: [PATCH] style: removes space (#30782) --- scss/_variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index c0355bbe414b..8b9979e3207e 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;