]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove hover mixin documentation
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Wed, 8 May 2019 06:40:17 +0000 (08:40 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 8 May 2019 17:58:07 +0000 (20:58 +0300)
site/content/docs/4.3/getting-started/browsers-devices.md

index 95e35d3fa32303b6a2db3dc1f8c7d71bd4f8e905..c1d9fdf898c7a0c673532a1777edc02aad1070c3 100644 (file)
@@ -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.