Improve keyboard navigation in PDF reader tab (#2395)

This commit is contained in:
Martynas Bagdonas 2022-03-12 09:22:13 +02:00 committed by GitHub
parent 6b6c27029b
commit c7972b3d38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 245 additions and 11 deletions

View file

@ -136,3 +136,16 @@
padding-top: 6px !important;
}
}
.note-row, .more-row {
outline: 0;
&:-moz-focusring {
box-shadow: $toolbar-btn-focus-box-shadow;
z-index: 1;
@include retina {
box-shadow: $toolbar-btn-focus-box-shadow-2x;
}
}
}