Skip to content

Commit

Permalink
EWPP-4032: Fix see more link icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
22Alexandra committed Feb 20, 2024
1 parent 9ffb350 commit 567c4d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ highlighted_list:
type: "Url"
label: "See more URL"
description: "See more link URL (A Drupal Url object)"
preview: "https://example.com"
preview: "#"
detail:
type: "text"
label: "Detail"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
icon: {
path: ecl_icon_path,
name: 'back',
name: 'arrow-left',
size: 'xs',
transform: 'rotate-180'
}
Expand Down
2 changes: 1 addition & 1 deletion tests/src/Kernel/fixtures/rendering.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3921,4 +3921,4 @@
'div.ecl-col-l-4 article.ecl-u-mb-m:nth-child(1) li.ecl-content-block__secondary-meta-item span.ecl-content-block__secondary-meta-label': '5 minutes read'
'div.ecl-col-l-4 article:nth-child(2) .ecl-content-block__title a.ecl-link.ecl-link--standalone[href="https://external.com"]': 'Item 3'
'div#highlighted-news-block > div.ecl-u-mt-s a.ecl-link.ecl-link--standalone.ecl-link--icon[href="#"] .ecl-link__label': '#'
'div#highlighted-news-block > div.ecl-u-mt-s a.ecl-link.ecl-link--standalone.ecl-link--icon[href="#"] svg.ecl-icon--xs.ecl-icon--rotate-180': '<use xlink:href="/themes/custom/oe_theme/dist/ec/images/icons/sprites/icons.svg#back"></use>'
'div#highlighted-news-block > div.ecl-u-mt-s a.ecl-link.ecl-link--standalone.ecl-link--icon[href="#"] svg.ecl-icon--xs.ecl-icon--rotate-180': '<use xlink:href="/themes/custom/oe_theme/dist/ec/images/icons/sprites/icons.svg#arrow-left"></use>'

0 comments on commit 567c4d5

Please sign in to comment.