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

Unified Diff: chrome/browser/resources/shared/css/tree.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/shared/css/tree.css
diff --git a/chrome/browser/resources/shared/css/tree.css b/chrome/browser/resources/shared/css/tree.css
index d8406f2dd0b02fcc87fa1834bc693bf4fdee4038..99466d79c2706df2892645b062add1773ea53378 100644
--- a/chrome/browser/resources/shared/css/tree.css
+++ b/chrome/browser/resources/shared/css/tree.css
@@ -149,7 +149,7 @@ tree[icon-visibility=parent] .tree-row[has-children=false] > .tree-label {
}
/* We need to ensure that even empty labels take up space */
-.tree-label:empty:after {
+.tree-label:empty::after {
content: ' ';
white-space: pre;
}
« no previous file with comments | « chrome/browser/resources/shared/css/table.css ('k') | chrome/browser/resources/task_manager/task_manager.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698