From bd1e6151b1ae6942bbbff08e0ab936b3db940ec9 Mon Sep 17 00:00:00 2001 From: Richard van Laak Date: Mon, 29 Jan 2018 19:29:27 +0100 Subject: [PATCH] Replace unicode character, fixes #25391 --- scss/mixins/_hover.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/mixins/_hover.scss b/scss/mixins/_hover.scss index ec2e328a4c20..56d313b661ca 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