Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3747)

Unified Diff: chrome/browser/resources/local_ntp/most_visited_single.css

Issue 2688353003: Remove webkit prefixes for transform and perspective in chrome/ styles (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/local_ntp/most_visited_single.css
diff --git a/chrome/browser/resources/local_ntp/most_visited_single.css b/chrome/browser/resources/local_ntp/most_visited_single.css
index 349fcd2e8c7452cf646ce812919e7a44b2d4d4d6..568ab6a4807b6462ccfb7a98e20718a4afa51b12 100644
--- a/chrome/browser/resources/local_ntp/most_visited_single.css
+++ b/chrome/browser/resources/local_ntp/most_visited_single.css
@@ -79,7 +79,7 @@ a:visited {
.mv-tile {
-webkit-transition-duration: 200ms;
- -webkit-transition-property: -webkit-transform, border,
+ -webkit-transition-property: transform, border,
box-shadow, margin, opacity, width;
cursor: pointer;
}
@@ -90,9 +90,9 @@ a:visited {
}
.mv-tile.blacklisted {
- -webkit-transform: scale(0, 0);
border: none !important;
margin: 0;
+ transform: scale(0, 0);
width: 0;
}
@@ -105,10 +105,10 @@ a:visited {
}
.mv-tile.mv-blacklist {
- -webkit-transform: scale(0, 0);
- -webkit-transform-origin: 0 41px;
margin-left: 0;
margin-right: 0;
+ transform: scale(0, 0);
+ transform-origin: 0 41px;
width: 0;
}
« no previous file with comments | « chrome/browser/resources/local_ntp/local_ntp.css ('k') | chrome/browser/resources/net_internals/timeline_view.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698