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

Update styling of "Save" button in version v1.17.0 of tarteaucitron #6

Open
martygraphy opened this issue May 28, 2024 · 0 comments
Open

Comments

@martygraphy
Copy link

Problem :
The library tarteaucitron appears to have added a button in its version v1.17.0 to save user choices:

html

<div id="tarteaucitronSave">
  <button class="tarteaucitronAllow" id="tarteaucitronSaveButton">Save</button>
</div>

Currently, this button is displayed with the styling of a radio button. It would be less confusing and more user-friendly if this button used the default button styles, equivalent to the class fr-btn.

Proposed Solution:

Please apply the styles of a default button to the #tarteaucitronSaveButton, similar to the class fr-btn. This change will ensure that the button is visually consistent with other standard buttons and reduce user confusion.

Current rendering:
Capture d’écran de 2024-05-28 14-34-35

Desired rendering :
Capture d’écran de 2024-05-28 14-34-53

Thank you for your attention to this matter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant