| OLD | NEW |
| 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 Loading... |
| 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> |
| OLD | NEW |