| OLD | NEW |
| 1 <link rel="import" href="chrome://history/shared_vars.html"> | 1 <link rel="import" href="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 { |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 width: 36px; | 65 width: 36px; |
| 66 } | 66 } |
| 67 | 67 |
| 68 button.icon-button iron-icon { | 68 button.icon-button iron-icon { |
| 69 height: 20px; | 69 height: 20px; |
| 70 width: 20px; | 70 width: 20px; |
| 71 } | 71 } |
| 72 | 72 |
| 73 button.more-vert-button { | 73 button.more-vert-button { |
| 74 height: 36px; | 74 height: 36px; |
| 75 padding: 6px; | 75 padding: 8px; |
| 76 width: 36px; | 76 width: 36px; |
| 77 } | 77 } |
| 78 | 78 |
| 79 button.more-vert-button div { | 79 button.more-vert-button div { |
| 80 border: 2px solid var(--secondary-text-color); | 80 border: 2px solid var(--secondary-text-color); |
| 81 border-radius: 2px; | 81 border-radius: 2px; |
| 82 margin: 1px 10px; | 82 margin: 1px 8px; |
| 83 pointer-events: none; | 83 pointer-events: none; |
| 84 transform: scale(0.8); | 84 transform: scale(0.8); |
| 85 } | 85 } |
| 86 </style> | 86 </style> |
| 87 </template> | 87 </template> |
| 88 </dom-module> | 88 </dom-module> |
| OLD | NEW |