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

Unified Diff: chrome/browser/resources/local_ntp/local_ntp.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/local_ntp.css
diff --git a/chrome/browser/resources/local_ntp/local_ntp.css b/chrome/browser/resources/local_ntp/local_ntp.css
index 40493ba16ebcdc7e9d436dedca3de2a3cbaa450d..5a46ea382eb49163a76c04d40564517c58e6e329 100644
--- a/chrome/browser/resources/local_ntp/local_ntp.css
+++ b/chrome/browser/resources/local_ntp/local_ntp.css
@@ -50,8 +50,7 @@ body.alternate-logo #logo {
}
#fakebox {
- -webkit-transform: translate3d(0, 0, 0);
- -webkit-transition: -webkit-transform 100ms linear, border-color 100ms linear;
+ -webkit-transition: transform 100ms linear, border-color 100ms linear;
background-color: #fff;
border: 1px solid rgb(185, 185, 185);
border-radius: 1px;
@@ -62,6 +61,7 @@ body.alternate-logo #logo {
line-height: 36px;
max-width: 672px;
position: relative;
+ transform: translate3d(0, 0, 0);
/* #fakebox width (here and below) should be 2px less than #mv-tiles
to account for its border. */
width: 298px;
« no previous file with comments | « chrome/browser/resources/inspect/inspect.css ('k') | chrome/browser/resources/local_ntp/most_visited_single.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698