mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #6026 from mcorb/disable-transitions
Eliminate transition effects from thumbnail loader
This commit is contained in:
commit
46f06b47a3
1 changed files with 0 additions and 2 deletions
|
@ -1127,7 +1127,6 @@ html[dir='rtl'] .verticalToolbarSeparator {
|
|||
}
|
||||
|
||||
.thumbnailImage {
|
||||
transition-duration: 150ms;
|
||||
border: 1px solid transparent;
|
||||
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3);
|
||||
opacity: 0.8;
|
||||
|
@ -1139,7 +1138,6 @@ html[dir='rtl'] .verticalToolbarSeparator {
|
|||
.thumbnailSelectionRing {
|
||||
border-radius: 2px;
|
||||
padding: 7px;
|
||||
transition-duration: 150ms;
|
||||
}
|
||||
|
||||
a:focus > .thumbnail > .thumbnailSelectionRing > .thumbnailImage,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue