generated from nl-design-system/example
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add outline style dashed to purmerend theme (#912)
Added focus `outline-style` dashed to Purmerend theme <img width="600" alt="Screenshot 2025-01-06 at 15 19 42" src="https://github.com/user-attachments/assets/349206c8-dea0-4414-a84c-abb2fc016589" /> --------- Co-authored-by: Marwa <marwahello@frameless.io>
- Loading branch information
1 parent
762d71c
commit 0bb561e
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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,6 @@ | ||
--- | ||
"@nl-design-system-unstable/basis-design-tokens": patch | ||
"@nl-design-system-community/purmerend-design-tokens": patch | ||
--- | ||
|
||
Use `dashed` instead of `dotted` focus ring, because it adheres to WCAG more reliable. Some browsers render circular dots, in that case the 4px outline-width is not sufficient to achieve the minimum focus ring area. |
This file contains 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