[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.
This commit is contained in:
Calixte Denizet 2025-02-20 18:16:41 +01:00
parent b1d579d4ab
commit 8be6d744cd

View File

@ -682,10 +682,11 @@
} }
#editorSignatureParamsToolbar { #editorSignatureParamsToolbar {
padding: 10px; padding: 8px;
#addSignatureDoorHanger { #addSignatureDoorHanger {
gap: 8px; gap: 8px;
padding: 2px;
.toolbarAddSignatureButtonContainer { .toolbarAddSignatureButtonContainer {
height: 32px; height: 32px;