From c8043c9e8838f7ef9c86c90e791d78563d5557fb Mon Sep 17 00:00:00 2001 From: yoshiki Date: Thu, 2 Oct 2014 01:34:00 -0700 Subject: Video Player: Not hide the video control bar on error The cast icon has moved to the video control bar, so we should keep it visible even on error. BUG=419651 TEST=manual Review URL: https://codereview.chromium.org/620803002 Cr-Commit-Position: refs/heads/master@{#297787} --- ui/file_manager/video_player/css/video_player.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ui/file_manager/video_player/css/video_player.css b/ui/file_manager/video_player/css/video_player.css index 38b51ba3..4218aa7 100644 --- a/ui/file_manager/video_player/css/video_player.css +++ b/ui/file_manager/video_player/css/video_player.css @@ -139,11 +139,6 @@ video { cursor: none; } -/* Hides controls when disabled mode */ -#video-player[disabled] > #controls-wrapper .tool { - display: none; -} - .tool { transition: opacity 180ms linear; } -- cgit v1.1