Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <style is="custom-style"> | 1 <style is="custom-style"> |
| 2 :root { | 2 :root { |
| 3 --card-max-width: 960px; | 3 --card-max-width: 960px; |
| 4 --folder-active-color: #4285f4; | |
| 5 --folder-inactive-color: #5a5a5a; | 4 --folder-inactive-color: #5a5a5a; |
| 5 --interactive-color: #4285f4; | |
|
tsergeant
2017/03/27 06:49:24
Use var(--google-blue-500) directly
calamity
2017/03/28 04:15:03
Woops.
| |
| 6 --min-sidebar-width: 256px; | 6 --min-sidebar-width: 256px; |
| 7 --paper-input-container-focus-color: var(--google-blue-500); | 7 --paper-input-container-focus-color: var(--google-blue-500); |
|
tsergeant
2017/03/27 06:49:24
And use var(--interactive-color) here
calamity
2017/03/28 04:15:03
Done.
| |
| 8 --paper-input-container-input: { | 8 --paper-input-container-input: { |
| 9 font-size: 13px; | 9 font-size: 13px; |
| 10 }; | 10 }; |
| 11 --primary-text-color: #333; | 11 --primary-text-color: #333; |
| 12 --secondary-text-color: #757575; | 12 --secondary-text-color: #757575; |
| 13 --splitter-width: 15px; | 13 --splitter-width: 15px; |
| 14 }; | 14 }; |
| 15 </style> | 15 </style> |
| OLD | NEW |