-
Notifications
You must be signed in to change notification settings - Fork 0
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
[BO - Signalement] Fil d'Ariane fixé quand on scrolle dans la page #3418
Conversation
@@ -173,12 +182,12 @@ modalsElement.forEach(modalElement => { | |||
|
|||
document.querySelectorAll('button[data-cloture-type]').forEach(button => { | |||
button.addEventListener('click', (e) => { | |||
const element = e.target; | |||
const element = e.target |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
linter
@@ -216,10 +216,6 @@ legend.required::after, label.required::after { | |||
display: inline-flex !important; | |||
} | |||
|
|||
.fr-display-block { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suppression doublon règle
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ça marche super bien, juste une petite remarque
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK
4abdc39
to
7f4ef29
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lecture et test OK
Ticket
#3396
Description
Depuis le nouveau menu, les partenaires n'ont plus accès à la référence du signalement en permanence comme avant.
On leur remet à disposition.
Changements apportés
title
de la pagePré-requis
npm run watch
Tests