Browse Source

Merge pull request #6026 from mcorb/disable-transitions

Eliminate transition effects from thumbnail loader
Brendan Dahl 10 years ago
parent
commit
46f06b47a3
  1. 2
      web/viewer.css

2
web/viewer.css

@ -1127,7 +1127,6 @@ html[dir='rtl'] .verticalToolbarSeparator {
} }
.thumbnailImage { .thumbnailImage {
transition-duration: 150ms;
border: 1px solid transparent; 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); box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3);
opacity: 0.8; opacity: 0.8;
@ -1139,7 +1138,6 @@ html[dir='rtl'] .verticalToolbarSeparator {
.thumbnailSelectionRing { .thumbnailSelectionRing {
border-radius: 2px; border-radius: 2px;
padding: 7px; padding: 7px;
transition-duration: 150ms;
} }
a:focus > .thumbnail > .thumbnailSelectionRing > .thumbnailImage, a:focus > .thumbnail > .thumbnailSelectionRing > .thumbnailImage,

Loading…
Cancel
Save