1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-21 21:40:48 +00:00

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
This commit is contained in:
Christopher Boik 2021-11-30 16:41:08 +02:00 committed by GitHub
parent d13b5ca2a5
commit 2a51370e92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.