Skip to content

Use button for token removal action instead of a[href="#"] #60

@paulrobertlloyd

Description

@paulrobertlloyd

Currently, the token removal action uses a link with an empty fragment identifier:

<a href="#" class="item-remove" tabindex="-1">×</a>

As this action changes page state, rather than requests a new page, it should probably use a button instead, something like:

<button class="item-remove" tabindex="-1">×</button>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions