diff --git a/apps/camera/style/VideoPlayer.css b/apps/camera/style/VideoPlayer.css index 0e19eae9aaa6..526de03b641f 100644 --- a/apps/camera/style/VideoPlayer.css +++ b/apps/camera/style/VideoPlayer.css @@ -14,6 +14,10 @@ transform-origin: 0 0; } +.videoPlayer:focus { + outline: none; +} + /* video player controls */ .videoPlayerPlayButton:before { content: ""; diff --git a/apps/gallery/style/VideoPlayer.css b/apps/gallery/style/VideoPlayer.css index fd8e36fa7568..2d4618e382d2 100644 --- a/apps/gallery/style/VideoPlayer.css +++ b/apps/gallery/style/VideoPlayer.css @@ -6,6 +6,10 @@ transform-origin: 0 0; } +.videoPlayer:focus { + outline: none; +} + /* video player controls */ .videoPlayerPlayButton:before { content: "";