aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-01-21 13:00:12 -0800
committerChris Rebert <[email protected]>2015-01-21 13:00:12 -0800
commit9238337cbbad3bc45fa036f5f1ed63dec86d2968 (patch)
treea1fa418cb91eb698d97db9ed0745f86488383f99 /docs
parent9e0c4ff786217d585f427de5c7a3f87ac86f3648 (diff)
parent1ce502dc4de0accf27a6c37c21d26f4739d09241 (diff)
downloadbootstrap-9238337cbbad3bc45fa036f5f1ed63dec86d2968.tar.xz
bootstrap-9238337cbbad3bc45fa036f5f1ed63dec86d2968.zip
Merge branch 'master' into v4
Diffstat (limited to 'docs')
-rw-r--r--docs/getting-started/support.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/getting-started/support.md b/docs/getting-started/support.md
index 92112abd3..348b1893f 100644
--- a/docs/getting-started/support.md
+++ b/docs/getting-started/support.md
@@ -180,6 +180,9 @@ The `.dropdown-backdrop` element isn't used on iOS in the nav because of the com
Page zooming inevitably presents rendering artifacts in some components, both in Bootstrap and the rest of the web. Depending on the issue, we may be able to fix it (search first and then open an issue if need be). However, we tend to ignore these as they often have no direct solution other than hacky workarounds.
+### 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. This can cause Bootstrap's `:hover` states to become unwantedly "stuck" on such browsers. Some mobile browsers also make `:focus` similarly sticky. There is currently no simple workaround for these issues other than removing such styles entirely.
+
### Printing
Even in some modern browsers, printing can be quirky.