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

Side by Side Diff: chrome/browser/resources/settings/md_select_css.html

Issue 2393463002: MD Settings: Rename select_css.html to md_select_css.html. (Closed)
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <link rel="import" href="/settings_vars_css.html"> 1 <link rel="import" href="/settings_vars_css.html">
2 2
3 <dom-module id="select"> 3 <dom-module id="md-select">
4 <template> 4 <template>
5 <style> 5 <style>
6 select { 6 select {
7 background-color: transparent; 7 background-color: transparent;
8 border-bottom: 1px solid var(--paper-grey-300); 8 border-bottom: 1px solid var(--paper-grey-300);
9 border-left: none; 9 border-left: none;
10 border-right: none; 10 border-right: none;
11 border-top: none; 11 border-top: none;
12 color: var(--primary-text-color); 12 color: var(--primary-text-color);
13 cursor: pointer; 13 cursor: pointer;
(...skipping 18 matching lines...) Expand all
32 transform: scale3d(1, 1, 1); 32 transform: scale3d(1, 1, 1);
33 transition: transform 200ms ease-out; 33 transition: transform 200ms ease-out;
34 } 34 }
35 35
36 .select-wrapper { 36 .select-wrapper {
37 display: inline-block; 37 display: inline-block;
38 } 38 }
39 </style> 39 </style>
40 </template> 40 </template>
41 </dom-module> 41 </dom-module>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698