From 23a53b04fbc135d1e130ee618700c17d56e88f20 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Fri, 9 Feb 2024 17:08:54 +0100 Subject: [PATCH] Restore default border and focus style on image url input field. (#58505) * Restore default focus style on image url input field. * Make buttons use the 32 pixels compat size. * Remove image link settings top border. * Decrease left padding to grid-unit-15. * Restore the default border. * Revert all changes but the restored border. Co-authored-by: afercia Co-authored-by: carolinan Co-authored-by: t-hamano Co-authored-by: annezazu Co-authored-by: richtabor --- packages/block-editor/src/components/url-input/style.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/block-editor/src/components/url-input/style.scss b/packages/block-editor/src/components/url-input/style.scss index 66f71e803595a..f8d84ae43b808 100644 --- a/packages/block-editor/src/components/url-input/style.scss +++ b/packages/block-editor/src/components/url-input/style.scss @@ -18,10 +18,6 @@ $input-size: 300px; margin-left: 0; margin-right: 0; - &:not(:focus) { - border-color: transparent; - } - /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: $mobile-text-min-font-size; @include break-small {