Skip to content

Commit

Permalink
Replace the Unicode arrowheads with "➤" (#963)
Browse files Browse the repository at this point in the history
The old character was being rendered as an emoji in some contexts,
which looked weird.
  • Loading branch information
nex3 authored Feb 29, 2024
1 parent ebd8899 commit 3827af1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source/_includes/compatibility.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{%- endif -%}
{%- if details | strip -%}
{%- # The no-op href here ensures that this toggle is focusable in browsers. -%}
<div><a href="javascript:;"></a></div>
<div><a href="javascript:;"></a></div>
{%- endif -%}
</dl>

Expand Down
2 changes: 1 addition & 1 deletion source/assets/sass/components/_lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
li a {
&.section {
&::after {
content: '';
content: '';
float: right;
font-size: 0.5em;
text-align: center;
Expand Down
2 changes: 1 addition & 1 deletion source/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion source/styleguide/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ title: Components
<dt>Ruby Sass</dt>
<dd>since 3.5.0</dd>
</div>
<div><a href="#">︎</a></div>
<div><a href="#">︎</a></div>
</dl>

## Open
Expand Down

0 comments on commit 3827af1

Please sign in to comment.