| OLD | NEW |
| 1 <link rel="import" href="chrome://history/shared_vars.html"> | 1 <link rel="import" href="chrome://chrome/history/shared_vars.html"> |
| 2 | 2 |
| 3 <dom-module id="shared-style"> | 3 <dom-module id="shared-style"> |
| 4 <template> | 4 <template> |
| 5 <style> | 5 <style> |
| 6 [hidden] { | 6 [hidden] { |
| 7 display: none !important; | 7 display: none !important; |
| 8 } | 8 } |
| 9 | 9 |
| 10 .card-title { | 10 .card-title { |
| 11 -webkit-padding-start: 20px; | 11 -webkit-padding-start: 20px; |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 button.more-vert-button div { | 73 button.more-vert-button div { |
| 74 border: 2px solid var(--secondary-text-color); | 74 border: 2px solid var(--secondary-text-color); |
| 75 border-radius: 2px; | 75 border-radius: 2px; |
| 76 margin: 1px 10px; | 76 margin: 1px 10px; |
| 77 pointer-events: none; | 77 pointer-events: none; |
| 78 transform: scale(0.8); | 78 transform: scale(0.8); |
| 79 } | 79 } |
| 80 </style> | 80 </style> |
| 81 </template> | 81 </template> |
| 82 </dom-module> | 82 </dom-module> |
| OLD | NEW |