Motivation
As a user I want to be able to cancel the editing process and not save any edits I might have done.
Workflow
Given I'm on a page showing the termbox components in edit mode (labels, descriptions and aliases as input fields as defined in T215522),
when clicking the close button (x) I will go back to reading without any of my changes being saved
Mocks
Acceptance Criteria
- When in edit mode, below the save button is a cancel button
- The padding between the buttons is 8 px
- The cancel button has the same target area as the save button, 48 px
- icon color: Base20
- clicking the close button will return the user to reading mode of the item
- All entries will be back at the state they had before the canceled edit session
- The cancel button is only visible in edit mode
- There will be no revision history saved