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

Side by Side Diff: ui/webui/resources/cr_elements/shared_vars_css.html

Issue 2837703002: Change SettingsLanguagesPageBrowserTest to CrSettingsLanguagesPageTest (Closed)
Patch Set: rebase 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/test/data/webui/settings/test_util.js ('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/html/polymer.html">
1 <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 ">
2 3
3 <!-- Common css variables for Material Design WebUI. --> 4 <!-- Common css variables for Material Design WebUI. -->
4 <style is="custom-style"> 5 <style is="custom-style">
5 :root { 6 :root {
6 --cr-actionable: { 7 --cr-actionable: {
7 cursor: pointer; 8 cursor: pointer;
8 }; 9 };
9 10
10 --cr-control-spacing: 18px; 11 --cr-control-spacing: 18px;
(...skipping 19 matching lines...) Expand all
30 31
31 --cr-selectable-focus: { 32 --cr-selectable-focus: {
32 background-color: var(--cr-focused-item-color); 33 background-color: var(--cr-focused-item-color);
33 outline: none; 34 outline: none;
34 } 35 }
35 --cr-separator-height: 1px; 36 --cr-separator-height: 1px;
36 --cr-separator-line: var(--cr-separator-height) solid rgba(0, 0, 0, 0.06); 37 --cr-separator-line: var(--cr-separator-height) solid rgba(0, 0, 0, 0.06);
37 --paper-checkbox-ink-size: 40px; 38 --paper-checkbox-ink-size: 40px;
38 } 39 }
39 </style> 40 </style>
OLDNEW
« no previous file with comments | « chrome/test/data/webui/settings/test_util.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698