Commit c62ed353 authored by Becca Hughes's avatar Becca Hughes Committed by Commit Bot

Media Controls: Fix overflow icon padding

Fix overflow icon padding on the new media controls if the overflow
icons are enabled.

BUG=787445

Change-Id: I2f2ec5a56839ccada45feebcd10b18fcbb82a749
Reviewed-on: https://chromium-review.googlesource.com/813915Reviewed-by: default avatarMounir Lamouri <mlamouri@chromium.org>
Commit-Queue: Becca Hughes <beccahughes@chromium.org>
Cr-Commit-Position: refs/heads/master@{#522409}
parent eee88582
......@@ -394,8 +394,8 @@ video::-internal-media-controls-overflow-menu-list-item {
}
label[pseudo="-internal-media-controls-overflow-menu-list-item"] input {
margin-left: -22px;
margin-right: 2px;
margin-left: -9px;
margin-right: 6px;
}
audio::-internal-media-controls-text-track-list-header:hover,
......
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