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

Unified Diff: ui/webui/resources/html/md_select_css.html

Issue 2502773003: ChromeOS OOBE: switch from iron-dropdown to <select>. (Closed)
Patch Set: Fix polymer load order 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
Index: ui/webui/resources/html/md_select_css.html
diff --git a/chrome/browser/resources/settings/md_select_css.html b/ui/webui/resources/html/md_select_css.html
similarity index 88%
rename from chrome/browser/resources/settings/md_select_css.html
rename to ui/webui/resources/html/md_select_css.html
index 2e1768f803097039da5194858cd9735eace85f80..92ea60a99df18567e30811fc6e4ff1eb9195423f 100644
--- a/chrome/browser/resources/settings/md_select_css.html
+++ b/ui/webui/resources/html/md_select_css.html
@@ -1,4 +1,5 @@
-<link rel="import" href="/settings_vars_css.html">
+<link rel="import" href="chrome://resources/html/polymer.html">
+<link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html">
<dom-module id="md-select">
<template>
@@ -8,7 +9,7 @@
-webkit-appearance: none;
/* Ensure that the text does not overlap with the down arrow. */
-webkit-padding-end: calc(var(--md-arrow-width) * 1.8);
- background: url(images/arrow_down.svg) 97% center no-repeat;
+ background: url(../images/arrow_down.svg) 97% center no-repeat;
background-size: var(--md-arrow-width);
border-bottom: 1px solid var(--paper-grey-300);
border-left: none;
« no previous file with comments | « chrome/browser/resources/settings/site_settings/site_details_permission.html ('k') | ui/webui/resources/images/arrow_down.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698