Skip to content

Commit

Permalink
Merge pull request #44 from open-formulieren/feature/progress-indicat…
Browse files Browse the repository at this point in the history
…or-refactor

Set design token for current link appearance
  • Loading branch information
sergei-maertens authored Nov 24, 2023
2 parents 4f5ffe8 + e661fb4 commit 30d851e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 1 addition & 4 deletions src/common/typography.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
"fg": {"value": "{of.color.fg}"}
},
"utrecht-link": {
"font-family": {"value": "{of.typography.sans-serif.font-family}"},
"muted": {
"color": {"value": "{of.color.fg-muted}"}
}
"font-family": {"value": "{of.typography.sans-serif.font-family}"}
},
"text": {
"margin": {"value": "20px"},
Expand Down
3 changes: 3 additions & 0 deletions src/community/utrecht/action.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"value": "not-allowed"
}
},
"inert": {
"cursor": {"value": "default"}
},
"submit": {
"cursor": {
"value": "pointer"
Expand Down
3 changes: 3 additions & 0 deletions src/community/utrecht/link.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"value": "none"
}
},
"current": {
"font-weight": {"value": "bold"}
},
"placeholder": {
"color": {"value": "{of.color.fg-muted}"}
}
Expand Down

0 comments on commit 30d851e

Please sign in to comment.