From 51f3bb7e0f42fc212a5d2dac2f65dd7b23918280 Mon Sep 17 00:00:00 2001 From: Niels Roozemond Date: Fri, 24 May 2024 15:42:00 +0200 Subject: [PATCH] Update packages/css/src/components/file-input/file-input.scss Co-authored-by: Aram <37216945+alimpens@users.noreply.github.com> --- packages/css/src/components/file-input/file-input.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/css/src/components/file-input/file-input.scss b/packages/css/src/components/file-input/file-input.scss index 4cdbaa30c0..183b4e1809 100644 --- a/packages/css/src/components/file-input/file-input.scss +++ b/packages/css/src/components/file-input/file-input.scss @@ -29,7 +29,7 @@ font-weight: var(--ams-file-input-font-weight); line-height: var(--ams-file-input-line-height); max-inline-size: calc(100% - var(--ams-file-input-padding-inline) * 2); - outline-offset: 4px; // Double the default focus outline offset to compensate for the dashed border + outline-offset: 0.25rem; // Double the default focus outline offset to compensate for the dashed border padding-block: var(--ams-file-input-padding-block); padding-inline: var(--ams-file-input-padding-inline); touch-action: manipulation;