Commit d40cf21e authored by Kuo Jen Wei's avatar Kuo Jen Wei Committed by Commit Bot

CCA: Make record button background transparent in taking

Set record button background to transparent in taking state for
preventing it shown outside red dot area.

Bug: 1125896
Test: Manually test record functionality on dragonair.
Change-Id: Ib9260a5df1c7f47b82cb8f47dcbf8ea333ebc121
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2398029
Commit-Queue: Inker Kuo <inker@chromium.org>
Reviewed-by: default avatarShik Chen <shik@chromium.org>
Auto-Submit: Inker Kuo <inker@chromium.org>
Cr-Commit-Position: refs/heads/master@{#805625}
parent 771a8d45
...@@ -481,6 +481,11 @@ body.video.recording-ui-paused #pause-recordvideo .two-bars { ...@@ -481,6 +481,11 @@ body.video.recording-ui-paused #pause-recordvideo .two-bars {
--bar-size: 0px; --bar-size: 0px;
} }
body.video.taking #recordvideo {
/* Prevent white background shown outside red dot area (crbug.com/1125896) */
background: transparent;
}
body:not(.video) #toggle-mic, body:not(.video) #toggle-mic,
body:not(.multi-camera) #switch-device { body:not(.multi-camera) #switch-device {
visibility: hidden; visibility: hidden;
......
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