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