pm-idm icon indicating copy to clipboard operation
pm-idm copied to clipboard

Add anchor variant for buttons

Open satazor opened this issue 5 years ago • 1 comments

Description

At the moment, we are using <a> to wrap buttons, which is wrong. Besides being invalid HTML markup, it causes 2 elements to have focus.

Acceptance Criteria

  • [ ] Add a way to make buttons to be <a> in the UI Kit
  • [ ] Find all the places where we wrap buttons with <a> and change it to use the built-in support

satazor avatar Jun 23 '19 18:06 satazor

PR in the uikit: https://github.com/ipfs-shipyard/nomios-web-uikit/pull/82

satazor avatar Jul 16 '19 09:07 satazor