Skip to content

[Component amendment]: <CTA Block> Add CSS pseudo element for the single right-pointing angle quotation mark (›) #5799

Description

@Sophie-32

Component/pattern to amend

Context

Our link text CTAs use the single right-pointing angle quotation mark (›) at the end. Screen readers may read this out so our CTAs sound like “ contact us single right-pointing angle quotation mark”. I suggest updating the CSS:

.p-cta-link::after {
content: ' ›';
margin-left: 0.5rem;
}

Then this is properly coded as a styling element.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions