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__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 icon--listing-arrow" %}</span>
Copy file name to clipboardExpand all lines: tbx/project_styleguide/templates/patterns/molecules/listing/listing--event.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@
31
31
<aclass="listing-image__link listing__link" href="{{ link }}">
32
32
<h2class="listing-image__title listing__title">
33
33
{# The title and icon need to be on the same line with no whitespace to prevent the icon being orphaned on a new line #}
34
-
<spanclass="listing__title-text">{{ title }}</span><spanclass="listing__tail"> {% include "patterns/atoms/icons/icon.html" with name="arrow-wide" classname="listing-image__arrow listing__arrow" %}</span>
34
+
<spanclass="listing__title-text">{{ title }}</span><spanclass="listing__tail"> {% include "patterns/atoms/icons/icon.html" with name="arrow-wide" classname="listing__arrow icon--listing-arrow" %}</span>
Copy file name to clipboardExpand all lines: tbx/project_styleguide/templates/patterns/molecules/listing/listing--image.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@
26
26
<aclass="listing-image__link listing__link" href="{{ link }}">
27
27
<h2class="listing-image__title listing__title">
28
28
{# The title and icon need to be on the same line with no whitespace to prevent the arrow being orphaned on a new line #}
29
-
<spanclass="listing__title-text">{{ title }}</span><spanclass="listing__tail"> {% include "patterns/atoms/icons/icon.html" with name="arrow-wide" classname="listing-image__arrow listing__arrow" %}</span>
29
+
<spanclass="listing__title-text">{{ title }}</span><spanclass="listing__tail"> {% include "patterns/atoms/icons/icon.html" with name="arrow-wide" classname="listing__arrow icon--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__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 icon--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="event-block__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 icon--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="featured-case-study__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 icon--listing-arrow" %}</span>
0 commit comments