react-toolkit icon indicating copy to clipboard operation
react-toolkit copied to clipboard

fix: ajout 'classModifier' désactivé + style au bouton cercle

Open axamarfaoui opened this issue 2 years ago • 1 comments

Reference to the issue

https://github.com/AxaFrance/react-toolkit/issues/1026

Description of the issue

ajouter un bouton cercle désactivé

Important

Before creating a pull request run unit tests

$ npm test

# watch for changes
$ npm test -- --watch

# For a specific file (e.g., in packages/context/__tests__/command.test.js)
$ npm test -- --watch packages/action

axamarfaoui avatar Apr 17 '23 13:04 axamarfaoui

Voilà le résultat en terme de design image

Par contre, le clic sur le bouton est toujours possible. Est-ce que l'on ne ferait pas plutôt une PR global pour empêcher le clic et restyliser le bouton ? @samuel-gomez

MartinWeb avatar Sep 06 '23 13:09 MartinWeb