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

Unified Diff: chrome/browser/resources/options/manage_profile_overlay.css

Issue 11441008: [web_dev_style] Changing :pseudo-element to ::pseudo-element to match (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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: chrome/browser/resources/options/manage_profile_overlay.css
diff --git a/chrome/browser/resources/options/manage_profile_overlay.css b/chrome/browser/resources/options/manage_profile_overlay.css
index 8c171010b76ce2d23a5f48e357fef32eb8d25b5f..b6b467da003e58035dcb413cb7ea9e95ae0f4e75 100644
--- a/chrome/browser/resources/options/manage_profile_overlay.css
+++ b/chrome/browser/resources/options/manage_profile_overlay.css
@@ -86,8 +86,8 @@
}
/* Adds a grey horizontal line below content area */
-#create-profile-content:after,
-#manage-profile-content:after {
+#create-profile-content::after,
+#manage-profile-content::after {
background: #c0c0c0;
content: '';
display: block;

Powered by Google App Engine
This is Rietveld 408576698