Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Unified Diff: third_party/WebKit/Source/core/css/mediaControls.css

Issue 2701433003: Hide overlay play button if it can't be shown without clipping (Closed)
Patch Set: Add comments for dependent constants Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/css/mediaControls.css
diff --git a/third_party/WebKit/Source/core/css/mediaControls.css b/third_party/WebKit/Source/core/css/mediaControls.css
index 7acdba129b71c07ad41db95ea3048efe8f2bd416..3308cda5c27e8f7a332ebb13f73195a21d1e4a1e 100644
--- a/third_party/WebKit/Source/core/css/mediaControls.css
+++ b/third_party/WebKit/Source/core/css/mediaControls.css
@@ -123,7 +123,8 @@ video::-webkit-media-controls-overlay-enclosure {
flex: 1 1;
min-height: 0;
width: 100%;
- /* prevent disambiguation zooms with the panel */
+ /* Prevent disambiguation zooms with the panel. If this changes, it must
+ * also be changed in core/html/shadow/MediaControls.cpp. */
margin-bottom: 10px;
text-indent: 0;
box-sizing: border-box;
« no previous file with comments | « third_party/WebKit/LayoutTests/media/media-controls.js ('k') | third_party/WebKit/Source/core/css/mediaControlsAndroid.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698