Chromium Code Reviews| Index: chrome/browser/resources/shared/html/trash.html |
| diff --git a/chrome/browser/resources/shared/html/trash.html b/chrome/browser/resources/shared/html/trash.html |
| index 6689d576e4974a41191f4150cd98b9679886d399..aad28ea7238380739762bf6515d079733f5877e5 100644 |
| --- a/chrome/browser/resources/shared/html/trash.html |
| +++ b/chrome/browser/resources/shared/html/trash.html |
| @@ -1,4 +1,4 @@ |
| -<div class="trash" role="button" tabindex="0"> |
| +<button class="trash custom-appearance" tabindex="0"> |
|
Dan Beam
2012/02/04 02:18:04
if you remove the tabindex from the <div> it won't
Evan Stade
2012/02/04 02:35:50
actually I guess now that it's a button i don't ne
|
| <span class="lid"></span> |
| <span class="can"></span> |
| -</div> |
| +</button> |