Index: chrome/browser/resources/ntp4/most_visited_page.css |
diff --git a/chrome/browser/resources/ntp4/most_visited_page.css b/chrome/browser/resources/ntp4/most_visited_page.css |
index 1bb3dea4c2f1823fdb98874723ce6a98ed581a47..f4b918e627fb9e8f46f079b49bdf847df5deb1f5 100644 |
--- a/chrome/browser/resources/ntp4/most_visited_page.css |
+++ b/chrome/browser/resources/ntp4/most_visited_page.css |
@@ -147,3 +147,15 @@ html[dir=rtl] .most-visited .close-button { |
.filler .thumbnail-wrapper { |
visibility: visible; |
} |
+ |
+/* 'restoring' is the state we are in after dropping on the trash can. |
+ * Override opacity of the tile to 1, so that we new tile animation |
Rick Byers
2011/08/08 15:24:15
s/we/the
Evan Stade
2011/08/08 18:26:58
Done.
|
+ * occurs simultaneously with the trash animation. */ |
+.tile.restoring.restoring { |
Rick Byers
2011/08/08 15:24:15
I assume the second .restoring is necessary to giv
Evan Stade
2011/08/08 18:26:58
yes, it's to override .tile.dragging
|
+ opacity: 1; |
+} |
+ |
+/* Don't display the new tile until there's something to show. */ |
+.blacklisted { |
+ opacity: 0; |
+} |