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

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

Issue 1647583003: Revert of [Template Expressions] changing ${ leader to $i18n{ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « ui/base/webui/web_ui_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/css/text_defaults.css
diff --git a/ui/webui/resources/css/text_defaults.css b/ui/webui/resources/css/text_defaults.css
index 45587827b562e9de5e1b0e642b488d3189a41ea7..037ade7efb1ba8ba3cf1594976eff8b7f2822e3f 100644
--- a/ui/webui/resources/css/text_defaults.css
+++ b/ui/webui/resources/css/text_defaults.css
@@ -16,14 +16,14 @@
* Otherwise its $placeholders won't be expanded. */
html {
- direction: $i18n{textDirection};
+ direction: ${textDirection};
}
body {
- font-family: $i18n{fontFamily};
- font-size: $i18n{fontSize};
+ font-family: ${fontFamily};
+ font-size: ${fontSize};
}
button {
- font-family: $i18n{fontFamily};
+ font-family: ${fontFamily};
}
« no previous file with comments | « ui/base/webui/web_ui_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698