]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Oops! Fix hardcoded table background color used for debugging.
authorAndy Cochran <acochran@council.nyc.gov>
Fri, 22 Apr 2016 19:36:18 +0000 (15:36 -0400)
committerAndy Cochran <acochran@council.nyc.gov>
Fri, 22 Apr 2016 19:36:18 +0000 (15:36 -0400)
scss/components/_table.scss

index 25f0e6efe744316f359da1144dc5deb5a514e7ba..79a6da4be3c897f2f4e61052d31378fa58079058 100644 (file)
@@ -141,7 +141,7 @@ $show-header-for-stacked: false !default;
      &.unstriped {
        tbody {
          @include -zf-table-unstripe();
-         background-color: Blue;
+         background-color: $table-background;
        }
     }
   }