From f1e6e6e4a19dac0fa08bc235c701cbdc99969eaf Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Wed, 8 May 2019 08:40:17 +0200 Subject: [PATCH] Remove hover mixin documentation --- site/content/docs/4.3/getting-started/browsers-devices.md | 6 ------ 1 file changed, 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 95e35d3fa3..c1d9fdf898 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.