-
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
Update dsfr #249
Changes from 26 commits
bda727f
10dd5fc
8d71b1b
453f4f5
0749778
5e3610e
5bbdbb4
d1b4219
28e4889
dad86fc
88a467b
1dc88f3
aa70cef
21f2941
2fc23a2
89e90a5
42805ff
a714b7c
c706b3b
ded86b3
83f9cd3
101c846
81a4a12
45cd7b8
c2f8b28
b3b68da
23f5f53
a823174
1ab8dec
476ccf3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -52,3 +52,8 @@ a:not([href]) { | |
| Menlo, Monaco, Consolas, | ||
| monospace; | ||
| } | ||
|
|
||
| :where(nav li):before { | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What is that for?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Our
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't remember what we've said before on
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is only for
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oh my, I see. But
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We must add number back to |
||
| content: ""; | ||
| float: none; | ||
| } | ||
| 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; | ||
| } |
Uh oh!
There was an error while loading. Please reload this page.