]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Backport #32685
authorXhmikosR <xhmikosr@gmail.com>
Thu, 7 Jan 2021 10:22:17 +0000 (12:22 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Fri, 8 Jan 2021 10:04:37 +0000 (12:04 +0200)
Clarify the `$enable-shadows` option in our docs

site/content/docs/4.5/getting-started/theming.md

index 51e852ccac11751d073d8f6985393e1550f29322..23992f19d215b79521a4fa94adc527ebee5df2d9 100644 (file)
@@ -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. |