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

Unified Diff: chrome/browser/resources/options/search_page.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/options/search_page.css
diff --git a/chrome/browser/resources/options/search_page.css b/chrome/browser/resources/options/search_page.css
index 61191100dfca86058a285caf024e37c6e2f04f8c..b634928989ad07763508ec6258ac633f51944aae 100644
--- a/chrome/browser/resources/options/search_page.css
+++ b/chrome/browser/resources/options/search_page.css
@@ -31,7 +31,7 @@
width: 100px;
}
-/* Provides the border around the bubble (has to be behind :after). */
+/* Provides the border around the bubble (has to be behind ::after). */
.search-bubble-innards::before {
border: 1px solid rgb(220, 198, 72);
border-radius: 2px;
« no previous file with comments | « chrome/browser/resources/options/manage_profile_overlay.css ('k') | chrome/browser/resources/performance_monitor/chart.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698