mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Fix small visual quirk in thumbnail viewer
This commit is contained in:
parent
417c234c1c
commit
811c8803b3
1 changed files with 5 additions and 0 deletions
|
@ -1103,6 +1103,11 @@ html[dir='rtl'] .verticalToolbarSeparator {
|
|||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
#thumbnailView > a:active,
|
||||
#thumbnailView > a:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.thumbnail {
|
||||
margin: 0 10px 5px 10px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue