From 3fbba1d28a80b9e8bd97b422280a7465c5f7c89f Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Thu, 2 Jan 2020 15:45:27 +0100 Subject: Display all miniature actions on hover and focus --- client/src/app/shared/video/video-thumbnail.component.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'client/src/app/shared/video/video-thumbnail.component.scss') diff --git a/client/src/app/shared/video/video-thumbnail.component.scss b/client/src/app/shared/video/video-thumbnail.component.scss index aac50fd1b..ad221d6ed 100644 --- a/client/src/app/shared/video/video-thumbnail.component.scss +++ b/client/src/app/shared/video/video-thumbnail.component.scss @@ -35,6 +35,7 @@ bottom: 5px; } + &:focus, &:hover { .video-thumbnail-actions-overlay { opacity: 1; -- cgit v1.2.3