]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Change "$use-hover..." to proper "$enable-hover..." 18077/head
authorKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Tue, 27 Oct 2015 13:40:23 +0000 (09:40 -0400)
committerKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Tue, 27 Oct 2015 13:40:23 +0000 (09:40 -0400)
Fix #18076

docs/getting-started/browsers-devices.md

index 89bcaf74062c22dcf1894b128f9e34a5e26daf51..ef66ac9a12da4675a7ca9a3aca14ce6142560db5 100644 (file)
@@ -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