| OLD | NEW |
| 1 <link rel="import" href="chrome://resources/html/polymer.html"> |
| 2 |
| 1 <link rel="import" href="chrome://resources/html/action_link.html"> | 3 <link rel="import" href="chrome://resources/html/action_link.html"> |
| 2 <link rel="import" href="chrome://resources/html/polymer.html"> | |
| 3 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper
-icon-button-light.html"> | 4 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper
-icon-button-light.html"> |
| 4 <link rel="import" href="../controls/settings_toggle_button.html"> | 5 <link rel="import" href="../controls/settings_toggle_button.html"> |
| 5 <link rel="import" href="../settings_shared_css.html"> | 6 <link rel="import" href="../settings_shared_css.html"> |
| 6 | 7 |
| 7 <dom-module id="settings-stylus"> | 8 <dom-module id="settings-stylus"> |
| 8 <template> | 9 <template> |
| 9 <style include="settings-shared md-select"> | 10 <style include="settings-shared md-select"> |
| 10 .settings-box > .secondary { | 11 .settings-box > .secondary { |
| 11 align-items: center; | 12 align-items: center; |
| 12 display: flex; | 13 display: flex; |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 </div> | 80 </div> |
| 80 </div> | 81 </div> |
| 81 <button class="icon-external" is="paper-icon-button-light" | 82 <button class="icon-external" is="paper-icon-button-light" |
| 82 aria-label="$i18n{stylusFindMoreAppsPrimary}" | 83 aria-label="$i18n{stylusFindMoreAppsPrimary}" |
| 83 aria-describedby="stylusFindMoreAppsSecondary"></button> | 84 aria-describedby="stylusFindMoreAppsSecondary"></button> |
| 84 </div> | 85 </div> |
| 85 | 86 |
| 86 </template> | 87 </template> |
| 87 <script src="stylus.js"></script> | 88 <script src="stylus.js"></script> |
| 88 </dom-module> | 89 </dom-module> |
| OLD | NEW |