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

Unified Diff: ui/webui/resources/css/chrome_shared.css

Issue 1076093002: Minimize flicker by adding a   to nodes that will have (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ::after -> ::before Created 5 years, 8 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
Index: ui/webui/resources/css/chrome_shared.css
diff --git a/ui/webui/resources/css/chrome_shared.css b/ui/webui/resources/css/chrome_shared.css
index 785e9d519a952fa814e21c41b5b6c1695739c1f9..1cbafdd7ec5eb4aba697271e4f62cbc98333d23f 100644
--- a/ui/webui/resources/css/chrome_shared.css
+++ b/ui/webui/resources/css/chrome_shared.css
@@ -6,6 +6,7 @@
* chrome:// pages. */
@import url(chrome://resources/css/text_defaults.css);
+@import url(i18n_process.css);
@import url(widgets.css);
<if expr="chromeos">
@import url(chromeos/ui_account_tweaks.css);

Powered by Google App Engine
This is Rietveld 408576698