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

Unified Diff: chrome/browser/resources/performance_monitor/chart.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: rebase 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/performance_monitor/chart.css
diff --git a/chrome/browser/resources/performance_monitor/chart.css b/chrome/browser/resources/performance_monitor/chart.css
index 347063267d3523b9c40aeb38985540c69f7c5149..1794bb5c03abfa0380c52b14af1bffd24d2706bf 100644
--- a/chrome/browser/resources/performance_monitor/chart.css
+++ b/chrome/browser/resources/performance_monitor/chart.css
@@ -70,7 +70,7 @@ summary:focus {
outline: 0;
}
-summary:after {
+summary::after {
background: white;
content: '';
height: 32px;
@@ -84,7 +84,7 @@ summary:hover {
color: rgb(70, 78, 90);
}
-details[open] summary:after {
+details[open] summary::after {
background: #555;
}
« no previous file with comments | « chrome/browser/resources/options/search_page.css ('k') | chrome/browser/resources/shared/css/about_version.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698