From cb2d80690023bbc4e53f992b0fe3160137ff9418 Mon Sep 17 00:00:00 2001 From: viktorstrate Date: Mon, 17 Aug 2020 15:27:06 +0200 Subject: [PATCH] Hide presentation button outlines --- .../photoGallery/presentView/PresentNavigationOverlay.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/components/photoGallery/presentView/PresentNavigationOverlay.js b/ui/src/components/photoGallery/presentView/PresentNavigationOverlay.js index e4d9a08..b3be2de 100644 --- a/ui/src/components/photoGallery/presentView/PresentNavigationOverlay.js +++ b/ui/src/components/photoGallery/presentView/PresentNavigationOverlay.js @@ -18,6 +18,7 @@ const OverlayButton = styled.button` height: 64px; background: none; border: none; + outline: none; cursor: pointer; position: absolute;