diff options
| author | Richard van Laak <[email protected]> | 2018-01-30 17:49:31 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-01-30 18:49:31 +0200 |
| commit | 38fc5cf7f79e7195d6125794c21996d4780a8289 (patch) | |
| tree | 3a790ef1efd7dd82aad9e8ae4f78f97039b602bd | |
| parent | 0a4c0a527ddc0e0dc61c8134c44f1460e5bd233f (diff) | |
| download | bootstrap-38fc5cf7f79e7195d6125794c21996d4780a8289.tar.xz bootstrap-38fc5cf7f79e7195d6125794c21996d4780a8289.zip | |
Replace unicode character in _hover.scss (#25503)
| -rw-r--r-- | scss/mixins/_hover.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/mixins/_hover.scss b/scss/mixins/_hover.scss index ec2e328a4..56d313b66 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 |
