-
Notifications
You must be signed in to change notification settings - Fork 16
Update dsfr #249
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
Merged
nicolaskempf57
merged 30 commits into
datagouv:master
from
nicolaskempf57:feat/update-dsfr-to-1.7
Jun 14, 2023
Merged
Update dsfr #249
Changes from 29 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
bda727f
chore: :arrow_up: update dsfr
nicolaskempf57 10dd5fc
fix: :lipstick: fix DSFR removed style
nicolaskempf57 8d71b1b
refactor: :fire: remove code added to dsfr
nicolaskempf57 453f4f5
refactor: :fire: remove code from fixed dsfr bug
nicolaskempf57 0749778
fix: :bug: fix dsfr notice style not imported
nicolaskempf57 5e3610e
fix: :bug: fix dsfr tab without js
nicolaskempf57 5bbdbb4
fix: :bug: fix list sanitize
nicolaskempf57 d1b4219
fix(dsfr): :bug: fix not enlarged link
nicolaskempf57 28e4889
fix(dsfr): :bug: fix selected tag color
nicolaskempf57 dad86fc
fix(dsfr): :bug: fix pressed check color
nicolaskempf57 88a467b
fix(dsfr): :bug: fix sanitize li
nicolaskempf57 1dc88f3
feat(dsfr): :sparkles: add button to change lang
nicolaskempf57 aa70cef
feat(dsfr): :sparkles: use dsfr translate component to select language
nicolaskempf57 21f2941
feat(dsfr): :speech_balloon: update footer title
nicolaskempf57 2fc23a2
feat(dsfr): :sparkles: add email hint
nicolaskempf57 89e90a5
Merge branch 'master' into feat/update-dsfr-to-1.7
nicolaskempf57 42805ff
refactor(dsfr): :recycle: use aria-labelledby instead of aria-label
nicolaskempf57 a714b7c
fix(dsfr): :lipstick: fix border
nicolaskempf57 c706b3b
refactor(dsfr): :fire: remove unecessary code after dsfr update
nicolaskempf57 ded86b3
refactor: :recycle: use h3 for all cards
nicolaskempf57 83f9cd3
docs: :memo: fix function doc
nicolaskempf57 101c846
style: :art: add whitespace
nicolaskempf57 81a4a12
fix: :bug: fix bug with error page
nicolaskempf57 45cd7b8
style: :art: whitespace for qa
nicolaskempf57 c2f8b28
style: :art: whitespace
nicolaskempf57 b3b68da
style: :art: whitespace qa
nicolaskempf57 23f5f53
Merge branch 'master' into feat/update-dsfr-to-1.7
nicolaskempf57 a823174
docs: :memo: changelog
nicolaskempf57 1ab8dec
style: :art: move sanitize related code between related comments
nicolaskempf57 476ccf3
Merge branch 'master' into feat/update-dsfr-to-1.7
nicolaskempf57 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| @import (less) "@gouvfr/dsfr/dist/component/translate/translate.css"; | ||
|
|
||
| .fr-translate .fr-translate__btn[aria-expanded=true] { | ||
| --text-active-blue-france: @blue-400; | ||
| --background-open-blue-france: @background-action-low-blue-cumulus; | ||
| --background-open-blue-france-hover: @background-action-low-blue-cumulus-hover; | ||
| --background-open-blue-france-active: @background-action-low-blue-cumulus-active; | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.