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

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

Issue 2512393002: ChromeOS OOBE: switch from iron-dropdown to <select>. (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.css
diff --git a/chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.css b/chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.css
index c61bb2a96d84e4797ff21d224c0c6d5f4907d60c..ab3d4cfdf7bd6032ce1f6a9a46b54fa4766cbe9f 100644
--- a/chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.css
+++ b/chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.css
@@ -3,36 +3,11 @@
* found in the LICENSE file. */
:host {
- --paper-font-subhead: {
- @apply(--paper-font-common-base);
- font-family: Roboto;
- font-size: 13px;
- };
+ font-family: Roboto, sans-serif;
+ font-size: 13px;
+ width: 240px;
}
-.selected-icon {
- --iron-icon-height: 16px;
- --iron-icon-width: 16px;
- -webkit-padding-start: 8px;
- color: var(--google-blue-500);
-}
-
-paper-item {
- -webkit-padding-end: 8px;
- -webkit-padding-start: 16px;
- min-height: 32px;
-}
-
-paper-item[hr] {
- min-height: 10px;
-}
-
-.option-name {
- color: rgba(0, 0, 0, 0.87);
- font: 13px Roboto, sans-serif;
-}
-
-.hr {
- border-top: 1px solid rgba(0, 0, 0, 0.14);
- width: 100%;
+#container {
+ height: 100%;
}
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698