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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.html

Issue 2398383002: ChromeOS: Update Welcome screen material design OOBE. (Closed)
Patch Set: Fixed Roboto-Meduim font and several font sizes. Created 4 years, 2 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: chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.html
diff --git a/chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.html b/chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.html
index 6aa8aea0b794c31f631097e10d1dccf76bb45700..13260ce0d5b6c6015c07b33a93287c38265bcfd8 100644
--- a/chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.html
+++ b/chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.html
@@ -25,6 +25,14 @@
<dom-module id="oobe-i18n-dropdown">
<template>
<link rel="stylesheet" href="oobe_i18n_dropdown.css">
+ <style is="custom-style">
+ :root {
michaelpg 2016/10/09 21:02:51 Don't set root styles inside of an element, use a
Alexander Alekseev 2016/10/11 00:01:53 Done.
+ --paper-font-subhead: {
+ @apply(--paper-font-common-base);
+ font: 13px Roboto;
+ };
+ }
+ </style>
<paper-dropdown-menu no-label-float>
<paper-listbox id="listboxDropdown" class="dropdown-content"
on-iron-select="onSelect_"

Powered by Google App Engine
This is Rietveld 408576698