From: Richard van Laak Date: Tue, 30 Jan 2018 16:49:31 +0000 (+0100) Subject: Replace unicode character in _hover.scss (#25503) X-Git-Tag: v4.1.0~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38fc5cf7f79e7195d6125794c21996d4780a8289;p=thirdparty%2Fbootstrap.git Replace unicode character in _hover.scss (#25503) --- diff --git a/scss/mixins/_hover.scss b/scss/mixins/_hover.scss index ec2e328a4c..56d313b661 100644 --- a/scss/mixins/_hover.scss +++ b/scss/mixins/_hover.scss @@ -3,7 +3,7 @@ // Hover mixin and `$enable-hover-media-query` are deprecated. // // Origally added during our alphas and maintained during betas, this mixin was -// designed to prevent `:hover` stickiness on iOS—an issue where hover styles +// designed to prevent `:hover` stickiness on iOS-an issue where hover styles // would persist after initial touch. // // For backward compatibility, we've kept these mixins and updated them to