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

Unified Diff: Source/core/inspector/InspectorOverlayPage.html

Issue 306953006: Remove webkit- prefix from classes used by View Source (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 years, 5 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 | « Source/core/html/HTMLViewSourceDocument.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorOverlayPage.html
diff --git a/Source/core/inspector/InspectorOverlayPage.html b/Source/core/inspector/InspectorOverlayPage.html
index e99cf46c5c9ec3f6ca7c58b324f6f9f934b04b98..728a9453c222c5ebfc13221d307335233375bcba 100644
--- a/Source/core/inspector/InspectorOverlayPage.html
+++ b/Source/core/inspector/InspectorOverlayPage.html
@@ -136,17 +136,17 @@ body.platform-linux {
}
#tag-name {
- /* Keep this in sync with view-source.css (.webkit-html-tag) */
+ /* Keep this in sync with view-source.css (.html-tag) */
color: rgb(136, 18, 128);
}
#node-id {
- /* Keep this in sync with view-source.css (.webkit-html-attribute-value) */
+ /* Keep this in sync with view-source.css (.html-attribute-value) */
color: rgb(26, 26, 166);
}
#class-name {
- /* Keep this in sync with view-source.css (.webkit-html-attribute-name) */
+ /* Keep this in sync with view-source.css (.html-attribute-name) */
color: rgb(153, 69, 0);
}
« no previous file with comments | « Source/core/html/HTMLViewSourceDocument.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698