From 38fc5cf7f79e7195d6125794c21996d4780a8289 Mon Sep 17 00:00:00 2001 From: Richard van Laak Date: Tue, 30 Jan 2018 17:49:31 +0100 Subject: [PATCH] Replace unicode character in _hover.scss (#25503) --- 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 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