aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <[email protected]>2019-05-08 08:40:17 +0200
committerXhmikosR <[email protected]>2019-05-08 20:58:07 +0300
commitf1e6e6e4a19dac0fa08bc235c701cbdc99969eaf (patch)
treeb025046dbcc3e8c9248825c81e5a14f915d1cd3a
parent1d4d9f8d8941f006e81e95549bee991753a75e6e (diff)
downloadbootstrap-f1e6e6e4a19dac0fa08bc235c701cbdc99969eaf.tar.xz
bootstrap-f1e6e6e4a19dac0fa08bc235c701cbdc99969eaf.zip
Remove hover mixin documentation
-rw-r--r--site/content/docs/4.3/getting-started/browsers-devices.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/site/content/docs/4.3/getting-started/browsers-devices.md b/site/content/docs/4.3/getting-started/browsers-devices.md
index 95e35d3fa..c1d9fdf89 100644
--- a/site/content/docs/4.3/getting-started/browsers-devices.md
+++ b/site/content/docs/4.3/getting-started/browsers-devices.md
@@ -129,12 +129,6 @@ 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 iOS
-
-While `:hover` isn't possible on most touch devices, iOS emulates this behavior, resulting in "sticky" hover styles that persist after tapping one element. These hover styles are only removed when users tap another element. This behavior is considered largely undesirable and appears to not be an issue on Android or Windows devices.
-
-Throughout our v4 alpha and beta releases, we included incomplete and commented out code for opting into a media query shim that would disable hover styles in touch device browsers that emulate hovering. This work was never fully completed or enabled, but to avoid complete breakage, we've opted to deprecate [this shim](https://github.com/twbs/mq4-hover-shim) and keep the mixins as shortcuts for the pseudo-classes.
-
## Printing
Even in some modern browsers, printing can be quirky.