diff options
| author | XhmikosR <[email protected]> | 2021-01-07 12:22:17 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2021-01-08 12:04:37 +0200 |
| commit | 4540436f3de65a34fd9dba39c21c7a1fb15910a8 (patch) | |
| tree | 7a47904f7df33c0c3e26b08ac107273315584b0e | |
| parent | 3768b6e5b6defbd4a8b0b04a95819bb92cd05617 (diff) | |
| download | bootstrap-4540436f3de65a34fd9dba39c21c7a1fb15910a8.tar.xz bootstrap-4540436f3de65a34fd9dba39c21c7a1fb15910a8.zip | |
Backport #32685
Clarify the `$enable-shadows` option in our docs
| -rw-r--r-- | site/content/docs/4.5/getting-started/theming.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.5/getting-started/theming.md b/site/content/docs/4.5/getting-started/theming.md index 51e852cca..23992f19d 100644 --- a/site/content/docs/4.5/getting-started/theming.md +++ b/site/content/docs/4.5/getting-started/theming.md @@ -275,7 +275,7 @@ You can find and customize these variables for key global options in Bootstrap's | -------------------------------------------- | ---------------------------------- | -------------------------------------------------------------------------------------- | | `$spacer` | `1rem` (default), or any value > 0 | Specifies the default spacer value to programmatically generate our [spacer utilities]({{< docsref "/utilities/spacing" >}}). | | `$enable-rounded` | `true` (default) or `false` | Enables predefined `border-radius` styles on various components. | -| `$enable-shadows` | `true` or `false` (default) | Enables predefined `box-shadow` styles on various components. | +| `$enable-shadows` | `true` or `false` (default) | Enables predefined decorative `box-shadow` styles on various components. Does not affect `box-shadow`s used for focus states. | | `$enable-gradients` | `true` or `false` (default) | Enables predefined gradients via `background-image` styles on various components. | | `$enable-transitions` | `true` (default) or `false` | Enables predefined `transition`s on various components. | | `$enable-prefers-reduced-motion-media-query` | `true` (default) or `false` | Enables the [`prefers-reduced-motion` media query]({{< docsref "/getting-started/accessibility#reduced-motion" >}}), which suppresses certain animations/transitions based on the users' browser/operating system preferences. | |
