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:
parent
b1d579d4ab
commit
8be6d744cd
1 changed files with 2 additions and 1 deletions
|
@ -682,10 +682,11 @@
|
|||
}
|
||||
|
||||
#editorSignatureParamsToolbar {
|
||||
padding: 10px;
|
||||
padding: 8px;
|
||||
|
||||
#addSignatureDoorHanger {
|
||||
gap: 8px;
|
||||
padding: 2px;
|
||||
|
||||
.toolbarAddSignatureButtonContainer {
|
||||
height: 32px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue