Commit 39dbf282 authored by Tommy Steimel's avatar Tommy Steimel Committed by Commit Bot

Increase timeline height from 2px to 4px

This CL modifies the modern media controls CSS to have a larger
timeline in order to match the new mocks.

Bug: 814958, 817303
Change-Id: I049dbc2042d5af4b45d799ddd9f14881a6f0cc03
Reviewed-on: https://chromium-review.googlesource.com/963840Reviewed-by: default avatarBecca Hughes <beccahughes@chromium.org>
Reviewed-by: default avatarMounir Lamouri <mlamouri@chromium.org>
Commit-Queue: Tommy Steimel <steimel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543818}
parent 70df9cff
......@@ -300,7 +300,7 @@ audio::-webkit-media-controls-timeline,
video::-webkit-media-controls-timeline {
-webkit-appearance: -internal-media-control;
height: 2px;
height: 4px;
padding-left: 16px;
padding-right: 16px;
margin: 0;
......@@ -338,9 +338,9 @@ input[pseudo="-webkit-media-controls-timeline" i]::-webkit-slider-thumb {
background: rgba(0, 0, 0, .87);
box-shadow: 0 0 10px 0 #fff;
width: 10px;
height: 10px;
border-radius: 5px;
width: 12px;
height: 12px;
border-radius: 6px;
margin-top: -4px;
flex: 0 0 0;
}
......@@ -357,14 +357,14 @@ input[pseudo="-webkit-media-controls-timeline" i]::-internal-track-segment-backg
position: absolute;
width: 100%;
top: 0;
height: 2px;
height: 4px;
overflow: hidden;
}
input[pseudo="-webkit-media-controls-timeline" i]::-internal-track-segment-highlight-before,
input[pseudo="-webkit-media-controls-timeline" i]::-internal-track-segment-highlight-after {
position: absolute;
height: 2px;
height: 4px;
}
input[pseudo="-webkit-media-controls-timeline" i]::-internal-track-segment-highlight-before {
......
......@@ -180,5 +180,5 @@
right: 0;
border: solid white;
border-width: 0 16px 17px;
height: 2px;
height: 4px;
}
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