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

Unified Diff: Source/devtools/front_end/dataGrid.css

Issue 152493003: Remove all usage of -webkit-*gradient inside blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
« no previous file with comments | « Source/devtools/front_end/cssNamedFlows.css ('k') | Source/devtools/front_end/dialog.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/dataGrid.css
diff --git a/Source/devtools/front_end/dataGrid.css b/Source/devtools/front_end/dataGrid.css
index 97927f07d575836c15e28f042199acf24c070227..2a9dbe70f3df7d18eb5a0c973ae902b958f406f8 100644
--- a/Source/devtools/front_end/dataGrid.css
+++ b/Source/devtools/front_end/dataGrid.css
@@ -84,7 +84,7 @@
bottom: 0;
height: 100%;
border-top: 0 none transparent;
- background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(0.5, white), color-stop(0.5, rgb(234, 243, 255)), to(rgb(234, 243, 255)));
+ background-image: linear-gradient(linear, to bottom, white, white 50%, rgb(234, 243, 255) 50%, rgb(234, 243, 255));
eustas 2014/02/05 14:39:00 The value is invalid. 'linear' parameter should ha
Julien - ping for review 2014/02/05 17:16:31 Excellent catch! Followed up with https://coderevi
background-size: 128px 32px;
table-layout: fixed;
}
« no previous file with comments | « Source/devtools/front_end/cssNamedFlows.css ('k') | Source/devtools/front_end/dialog.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698