aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <[email protected]>2019-07-26 19:47:53 +0200
committerMartijn Cuppens <[email protected]>2019-07-26 22:37:10 +0200
commitd95d08249c899f7e9177fa5d6f155d34a4d79b94 (patch)
tree457e9af5d63c5ff03671187fa538b900930a9182
parent756d4ec91e4005f3cd9826b01a48bc3f78b45948 (diff)
downloadbootstrap-d95d08249c899f7e9177fa5d6f155d34a4d79b94.tar.xz
bootstrap-d95d08249c899f7e9177fa5d6f155d34a4d79b94.zip
Remove `$enable-hover-media-query`
-rw-r--r--site/content/docs/4.3/getting-started/theming.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/site/content/docs/4.3/getting-started/theming.md b/site/content/docs/4.3/getting-started/theming.md
index 48ee3cb7f..8dc0d9f44 100644
--- a/site/content/docs/4.3/getting-started/theming.md
+++ b/site/content/docs/4.3/getting-started/theming.md
@@ -229,7 +229,6 @@ You can find and customize these variables for key global options in Bootstrap's
| `$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. |
-| `$enable-hover-media-query` | `true` or `false` (default) | **Deprecated** |
| `$enable-grid-classes` | `true` (default) or `false` | Enables the generation of CSS classes for the grid system (e.g., `.container`, `.row`, `.col-md-1`, etc.). |
| `$enable-caret` | `true` (default) or `false` | Enables pseudo element caret on `.dropdown-toggle`. |
| `$enable-pointer-cursor-for-buttons` | `true` (default) or `false` | Add "hand" cursor to non-disabled button elements. |