From: Christopher Boik <45264553+MysticZA@users.noreply.github.com> Date: Tue, 30 Nov 2021 14:41:08 +0000 (+0200) Subject: Fix variable name in customizing comment (#35414) X-Git-Tag: v5.2.0-beta1~410 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a51370e92b7651bd8fb243b0a758cada47b43a9;p=thirdparty%2Fbootstrap.git Fix variable name in customizing comment (#35414) Correct table lightening variable to match the variable name defined and described in the loop variable section above --- diff --git a/site/content/docs/5.1/content/tables.md b/site/content/docs/5.1/content/tables.md index c1f6293b48..645145ba4c 100644 --- a/site/content/docs/5.1/content/tables.md +++ b/site/content/docs/5.1/content/tables.md @@ -786,4 +786,4 @@ Use `.table-responsive{-sm|-md|-lg|-xl|-xxl}` as needed to create responsive tab ### Customizing - The factor variables (`$table-striped-bg-factor`, `$table-active-bg-factor` & `$table-hover-bg-factor`) are used to determine the contrast in table variants. -- Apart from the light & dark table variants, theme colors are lightened by the `$table-bg-level` variable. +- Apart from the light & dark table variants, theme colors are lightened by the `$table-bg-scale` variable.