Commit 3ff0cb0f authored by yoshiki's avatar yoshiki Committed by Commit bot

[VideoPlayer] Hide the spinner on playing the video

This patch fixes the regression by https://codereview.chromium.org/1134603002/diff/1/ui/file_manager/video_player/css/video_player.css

BUG=488213
TEST=none

Review URL: https://codereview.chromium.org/1141183004

Cr-Commit-Position: refs/heads/master@{#330342}
parent f42e3c49
...@@ -40,7 +40,7 @@ body { ...@@ -40,7 +40,7 @@ body {
} }
#spinner-container { #spinner-container {
display: block; display: none;
height: 100%; height: 100%;
left: 0; left: 0;
position: absolute; position: absolute;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment