Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

La croix est doublée sur le bouton de fermeture d'une modale #330

Open
jerem1508 opened this issue Feb 1, 2023 · 0 comments
Open

La croix est doublée sur le bouton de fermeture d'une modale #330

jerem1508 opened this issue Feb 1, 2023 · 0 comments
Assignees

Comments

@jerem1508
Copy link
Member

Le ds-fr ajoute en "after" une icone "x" sur le bouton de fermeture

Je propose de supprimer l'ajout automatique de la croix sur le before dans le fichier react-dsfr/src/style/reset-dsfr.css ligne 105

.fr-notice button.fr-btn--close:before,
.fr-link--close:before {
  content: '\eb99' !important;
} 

devient :

.fr-notice button.fr-btn--close:before{
  content: '\eb99' !important;
}
@miarkt miarkt moved this to Backlog in react-dsfr May 16, 2023
@Mihoub2 Mihoub2 moved this from Backlog to In Progress in react-dsfr May 16, 2023
@Mihoub2 Mihoub2 self-assigned this May 16, 2023
@Mihoub2 Mihoub2 moved this from In Progress to Done in react-dsfr May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants