From 3827af182149201eae1b6443ec7466a411b74617 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Thu, 29 Feb 2024 15:58:28 -0800 Subject: [PATCH] =?UTF-8?q?Replace=20the=20Unicode=20arrowheads=20with=20"?= =?UTF-8?q?=E2=9E=A4"=20(#963)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The old character was being rendered as an emoji in some contexts, which looked weird. --- source/_includes/compatibility.liquid | 2 +- source/assets/sass/components/_lists.scss | 2 +- source/documentation/index.md | 2 +- source/styleguide/components.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_includes/compatibility.liquid b/source/_includes/compatibility.liquid index 9d106fa94..6220abeb5 100644 --- a/source/_includes/compatibility.liquid +++ b/source/_includes/compatibility.liquid @@ -28,7 +28,7 @@ {%- endif -%} {%- if details | strip -%} {%- # The no-op href here ensures that this toggle is focusable in browsers. -%} -
+
{%- endif -%} diff --git a/source/assets/sass/components/_lists.scss b/source/assets/sass/components/_lists.scss index aa4ed3df9..6d12dd5c5 100644 --- a/source/assets/sass/components/_lists.scss +++ b/source/assets/sass/components/_lists.scss @@ -83,7 +83,7 @@ li a { &.section { &::after { - content: '▶'; + content: '➤'; float: right; font-size: 0.5em; text-align: center; diff --git a/source/documentation/index.md b/source/documentation/index.md index 0dc825b50..69bec3026 100644 --- a/source/documentation/index.md +++ b/source/documentation/index.md @@ -53,6 +53,6 @@ Implementations can also be marked as "partial": {% endcompatibility %} This indicates that the implementation only supports some aspects of the -feature. These compatibility indicators (and many others) have a "▶" button, +feature. These compatibility indicators (and many others) have a "➤" button, which can be clicked to show more details about exactly how the implementations differ and which versions support which aspects of the feature in question. diff --git a/source/styleguide/components.md b/source/styleguide/components.md index 327225752..66c3a3402 100644 --- a/source/styleguide/components.md +++ b/source/styleguide/components.md @@ -13,7 +13,7 @@ title: Components
Ruby Sass
since 3.5.0
-
▶︎
+
➤︎
## Open