diff --git a/web/viewer.css b/web/viewer.css index 45385ec8a..281e1f531 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -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; }