diff options
| author | Chris Rebert <[email protected]> | 2015-02-04 21:15:01 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-02-04 21:15:01 -0800 |
| commit | f265fed3eb02f39cf85000b3a6477b4f5b3ae7cc (patch) | |
| tree | 2600b3ffc76d423db222251359f762c1ee86649c /docs | |
| parent | 7294506ebb482de0d865e5ef21dc518f89745570 (diff) | |
| download | bootstrap-f265fed3eb02f39cf85000b3a6477b4f5b3ae7cc.tar.xz bootstrap-f265fed3eb02f39cf85000b3a6477b4f5b3ae7cc.zip | |
account for mq4-hover-shim's renaming & org move
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting-started/support.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/support.md b/docs/getting-started/support.md index 6ed11c5e2..2a96dbef7 100644 --- a/docs/getting-started/support.md +++ b/docs/getting-started/support.md @@ -169,7 +169,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-hover-shim](https://github.com/cvrebert/mq4-hover-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 `$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. ### Printing |
