mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-08 23:10:59 +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:
parent
d13b5ca2a5
commit
2a51370e92
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue