From: NeWiBi Date: Sat, 12 Mar 2016 12:17:15 +0000 (+0000) Subject: Correction in comment for $table-stripe X-Git-Tag: v6.2.2-rc1~4^2~13^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecb3c691c97faddbe51fcffd83ba43a9b9aafc5d;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Correction in comment for $table-stripe --- diff --git a/scss/components/_table.scss b/scss/components/_table.scss index 384666bd2..1ab735d86 100644 --- a/scss/components/_table.scss +++ b/scss/components/_table.scss @@ -40,8 +40,8 @@ $table-row-stripe-hover: darken($table-background, $table-color-scale + $table-h /// @type Color $table-striped-background: smart-scale($table-background, $table-color-scale) !default; -/// Default value for showing the stripe on rows of the tables, excluding the header and footer If even, the even rows will have a background color. If odd, the odd rows will have a background color. If empty, or anyother value, the table rows will have no striping. -/// @type Keyoword +/// Default value for showing the stripe on rows of the tables, excluding the header and footer. If even, the even rows will have a background color. If odd, the odd rows will have a background color. If empty, or any other value, the table rows will have no striping. +/// @type Keyword $table-stripe: even !default; /// Default color for header background.