aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started
diff options
context:
space:
mode:
authorKevin Kirsche <[email protected]>2015-10-27 09:40:23 -0400
committerKevin Kirsche <[email protected]>2015-10-27 09:40:23 -0400
commit936a3d5b344045bab7e687d5e2c67acd8fabe8c4 (patch)
tree7ec820fa3571dde0d94a6467f0589f4914ef4d97 /docs/getting-started
parent3c24bd89f7cc1ffd3327a2de74fa928b5f8a9d1d (diff)
downloadbootstrap-936a3d5b344045bab7e687d5e2c67acd8fabe8c4.tar.xz
bootstrap-936a3d5b344045bab7e687d5e2c67acd8fabe8c4.zip
Change "$use-hover..." to proper "$enable-hover..."
Fix #18076
Diffstat (limited to 'docs/getting-started')
-rw-r--r--docs/getting-started/browsers-devices.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/browsers-devices.md b/docs/getting-started/browsers-devices.md
index 89bcaf740..ef66ac9a1 100644
--- a/docs/getting-started/browsers-devices.md
+++ b/docs/getting-started/browsers-devices.md
@@ -210,7 +210,7 @@ Page zooming inevitably presents rendering artifacts in some components, both in
## Sticky `:hover`/`:focus` on mobile
Even though real hovering isn't possible on most touchscreens, most mobile browsers emulate hovering support and make `:hover` "sticky". In other words, `:hover` styles start applying after tapping an element and only stop applying after the user taps some other element. On mobile-first sites, this behavior is normally undesirable.
-Bootstrap includes a workaround for this, although it is disabled by default. By setting `$use-hover-media-query` to `true` when compiling from Sass, Bootstrap will use [mq4-hover-shim](https://github.com/twbs/mq4-hover-shim) to disable `:hover` styles in browsers that emulate hovering, thus preventing sticky `:hover` styles. There are some caveats to this workaround; see the shim's documentation for details.
+Bootstrap includes a workaround for this, although it is disabled by default. By setting `$enable-hover-media-query` to `true` when compiling from Sass, Bootstrap will use [mq4-hover-shim](https://github.com/twbs/mq4-hover-shim) to disable `:hover` styles in browsers that emulate hovering, thus preventing sticky `:hover` styles. There are some caveats to this workaround; see the shim's documentation for details.
## Printing