1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

[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 {
padding: 10px;
padding: 8px;
#addSignatureDoorHanger {
gap: 8px;
padding: 2px;
.toolbarAddSignatureButtonContainer {
height: 32px;