You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tbx/project_styleguide/templates/patterns/molecules/listing/listing--avatar.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
<aclass="listing-avatar__link listing__link" href="{{ link }}" aria-label="{{ aria_text|default:title }} by {{ name }}">
8
8
<h2class="listing-avatar__title listing__title">
9
9
{# The title and icon need to be on the same line with no whitespace to prevent the arrow being orphaned on a new line #}
10
-
<spanclass="listing__title-text">{{ title }}</span><spanclass="listing__tail"> {% include "patterns/atoms/icons/icon.html" with name="arrow-wide" classname="listing-avatar__arrow listing__arrow" %}</span>
10
+
<spanclass="listing__title-text">{{ title }}</span><spanclass="listing__tail"> {% include "patterns/atoms/icons/icon.html" with name="arrow-wide" classname="listing__arrow" %}</span>
Copy file name to clipboardExpand all lines: tbx/project_styleguide/templates/patterns/molecules/listing/listing--simple.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
<aclass="listing__link" href="{{ link }}" aria-label="{{ aria_text|default:title }} by {{ name }}">
3
3
<h2class="listing__title">
4
4
{# The title and icon need to be on the same line with no whitespace to prevent the arrow being orphaned on a new line #}
5
-
<spanclass="listing__title-text">{{ title }}</span><spanclass="listing__tail"> {% include "patterns/atoms/icons/icon.html" with name="arrow-wide" classname="listing-avatar__arrow listing__arrow" %}</span>
5
+
<spanclass="listing__title-text">{{ title }}</span><spanclass="listing__tail"> {% include "patterns/atoms/icons/icon.html" with name="arrow-wide" classname="listing__arrow" %}</span>
{# The title and icon need to be on the same line with no whitespace to prevent the arrow being orphaned on a new line #}
8
-
<span>{{ value.title }}</span><spanclass="listing__tail"> {% include "patterns/atoms/icons/icon.html" with name="arrow-wide" classname="listing-avatar__arrow listing__arrow" %}</span>
8
+
<span>{{ value.title }}</span><spanclass="listing__tail"> {% include "patterns/atoms/icons/icon.html" with name="arrow-wide" classname="event-block__arrow listing__arrow" %}</span>
Copy file name to clipboardExpand all lines: tbx/project_styleguide/templates/patterns/molecules/streamfield/blocks/featured_case_study.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
<ahref="{% pageurl link %}" class="featured-case-study__link">
19
19
<h2class="featured-case-study__title">
20
20
{# The title and icon need to be on the same line with no whitespace to prevent the arrow being orphaned on a new line #}
21
-
<spanclass="featured-case-study__link-text">{{ link.title }}</span><spanclass="featured-case-study__tail"> {% include "patterns/atoms/icons/icon.html" with name="arrow-wide" classname="listing-avatar__arrow listing__arrow" %}</span>
21
+
<spanclass="featured-case-study__link-text">{{ link.title }}</span><spanclass="featured-case-study__tail"> {% include "patterns/atoms/icons/icon.html" with name="arrow-wide" classname="featured-case-study__arrow listing__arrow" %}</span>
0 commit comments