From 8be6d744cde4bcb43fc888fa905ba7fa5f736e59 Mon Sep 17 00:00:00 2001 From: Calixte Denizet Date: Thu, 20 Feb 2025 18:16:41 +0100 Subject: [PATCH] [Editor] Fix the outline of a focused button in the doorhanger while navigating with the keyboard It's a follow-up of #19507. Without this patch the outline is partially hidden. --- web/signature_manager.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/signature_manager.css b/web/signature_manager.css index 57a2871c0..85a654397 100644 --- a/web/signature_manager.css +++ b/web/signature_manager.css @@ -682,10 +682,11 @@ } #editorSignatureParamsToolbar { - padding: 10px; + padding: 8px; #addSignatureDoorHanger { gap: 8px; + padding: 2px; .toolbarAddSignatureButtonContainer { height: 32px;