Skip to content

Commit

Permalink
Add reset to fix whitespace between border and outline on Safari for Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed Jul 17, 2024
1 parent 46e4d81 commit 51bd3b6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.ams-form-error-list {
outline-offset: var(--ams-form-error-list-outline-offset);
outline-width: medium; /* Override initial value of `thick` on Safari for Mac */

// In Chromium browsers, the outline overlaps with the border in this component.
// We're not sure why, but to fix this we double the offset for Chromium browsers here.
Expand Down

0 comments on commit 51bd3b6

Please sign in to comment.