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

Unified Diff: third_party/WebKit/Source/core/css/mediaControlsNew.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 | « third_party/WebKit/Source/core/css/mediaControls.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/mediaControlsNew.css
diff --git a/third_party/WebKit/Source/core/css/mediaControlsNew.css b/third_party/WebKit/Source/core/css/mediaControlsNew.css
index 4c33ef01876c25496dac65cf12459fc06545f48e..8b82dbf38019b6c79307403fbbbfe9c77a08c65f 100644
--- a/third_party/WebKit/Source/core/css/mediaControlsNew.css
+++ b/third_party/WebKit/Source/core/css/mediaControlsNew.css
@@ -431,14 +431,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 | « third_party/WebKit/Source/core/css/mediaControls.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698