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

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

Issue 2825493003: MD Settings: change outlinks to actually use <a> (Closed)
Patch Set: merge Created 3 years, 7 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 | « chrome/browser/resources/settings/settings_ui/settings_ui.html ('k') | no next file » | 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="chrome://resources/cr_elements/shared_vars_css.html"> 1 <link rel="import" href="chrome://resources/cr_elements/shared_vars_css.html">
2 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html "> 2 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html ">
3 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/default-th eme.html">
3 4
4 <!-- Common css variables for Material Design settings. --> 5 <!-- Common css variables for Material Design settings. -->
5 <style is="custom-style"> 6 <style is="custom-style">
6 /* We keep our vars in sort order, though some vars must be defined prior to 7 /* We keep our vars in sort order, though some vars must be defined prior to
7 * others. The --settings-* vars are defined explicitly prior to the --paper-* 8 * others. The --settings-* vars are defined explicitly prior to the --paper-*
8 * and --iron-* vars. 9 * and --iron-* vars.
9 */ 10 */
10 :root { 11 :root {
11 /* Some colors use non-MD colors. These custom colors are specified by 12 /* Some colors use non-MD colors. These custom colors are specified by
12 * UX design (bettes@). */ 13 * UX design (bettes@). */
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 --paper-toggle-button-unchecked-button: var(--settings-toggle-button-size); 138 --paper-toggle-button-unchecked-button: var(--settings-toggle-button-size);
138 --paper-toggle-button-unchecked-ink: var(--settings-toggle-ink-size); 139 --paper-toggle-button-unchecked-ink: var(--settings-toggle-ink-size);
139 140
140 --settings-input-underline: { 141 --settings-input-underline: {
141 border-color: var(--paper-grey-300); 142 border-color: var(--paper-grey-300);
142 }; 143 };
143 144
144 --paper-input-container-underline: var(--settings-input-underline); 145 --paper-input-container-underline: var(--settings-input-underline);
145 } 146 }
146 </style> 147 </style>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/settings_ui/settings_ui.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698