| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 | 59 |
| 60 button.icon-button { | 60 button.icon-button { |
| 61 background: none; | 61 background: none; |
| 62 border: none; | 62 border: none; |
| 63 height: 36px; | 63 height: 36px; |
| 64 outline: none; | 64 outline: none; |
| 65 width: 36px; | 65 width: 36px; |
| 66 } | 66 } |
| 67 | 67 |
| 68 button.icon-button iron-icon { | 68 button.icon-button iron-icon { |
| 69 color: var(--secondary-text-color); | |
| 70 height: 20px; | 69 height: 20px; |
| 71 width: 20px; | 70 width: 20px; |
| 72 } | 71 } |
| 73 | 72 |
| 74 button.more-vert-button { | 73 button.more-vert-button { |
| 75 height: 36px; | 74 height: 36px; |
| 76 padding: 6px; | 75 padding: 6px; |
| 77 width: 36px; | 76 width: 36px; |
| 78 } | 77 } |
| 79 | 78 |
| 80 button.more-vert-button div { | 79 button.more-vert-button div { |
| 81 border: 2px solid var(--secondary-text-color); | 80 border: 2px solid var(--secondary-text-color); |
| 82 border-radius: 2px; | 81 border-radius: 2px; |
| 83 margin: 1px 10px; | 82 margin: 1px 10px; |
| 84 pointer-events: none; | 83 pointer-events: none; |
| 85 transform: scale(0.8); | 84 transform: scale(0.8); |
| 86 } | 85 } |
| 87 </style> | 86 </style> |
| 88 </template> | 87 </template> |
| 89 </dom-module> | 88 </dom-module> |
| OLD | NEW |