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

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

Issue 1582403003: Use ::cue for VTT UA styles. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@perf-20160115
Patch Set: Created 4 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/mediaControlsNew.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c8b17dd34baa03d91dfa66b24ab908f151648a9a..595baf18b886d47e015659115f3413d9d20adf5b 100644
--- a/third_party/WebKit/Source/core/css/mediaControls.css
+++ b/third_party/WebKit/Source/core/css/mediaControls.css
@@ -410,14 +410,14 @@ video::cue(:future) {
color: gray;
}
-video::-webkit-media-text-track-container b {
+video::cue(b) {
font-weight: bold;
}
-video::-webkit-media-text-track-container u {
+video::cue(u) {
text-decoration: underline;
}
-video::-webkit-media-text-track-container i {
+video::cue(i) {
font-style: italic;
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/mediaControlsNew.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698