]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
style: removes space (#30782)
authorCatalin Zalog <c@zalog.ro>
Tue, 12 May 2020 07:28:59 +0000 (10:28 +0300)
committerGitHub <noreply@github.com>
Tue, 12 May 2020 07:28:59 +0000 (10:28 +0300)
scss/_variables.scss

index c0355bbe414bb3fa9cbc35469c5b4621f700363c..8b9979e3207ec785df09bd83fdca8085035b4d65 100644 (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;