From: Catalin Zalog Date: Tue, 12 May 2020 07:28:59 +0000 (+0300) Subject: style: removes space (#30782) X-Git-Tag: v5.0.0-alpha1~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6829fb7b6108319862be40eed95a365db12591e;p=thirdparty%2Fbootstrap.git style: removes space (#30782) --- diff --git a/scss/_variables.scss b/scss/_variables.scss index c0355bbe41..8b9979e320 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;