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

Unified Diff: Source/devtools/front_end/cssNamedFlows.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
Index: Source/devtools/front_end/cssNamedFlows.css
diff --git a/Source/devtools/front_end/cssNamedFlows.css b/Source/devtools/front_end/cssNamedFlows.css
index 62b530f36fbdb7c3bdbc785c42eba41979275d6a..e7225d3af8fca5713bd76622d9131fd13d09fc5e 100644
--- a/Source/devtools/front_end/cssNamedFlows.css
+++ b/Source/devtools/front_end/cssNamedFlows.css
@@ -32,7 +32,7 @@
}
.css-named-flow-collections-view .tabbed-pane-header {
- background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(236, 236, 236)), to(rgb(217, 217, 217)));
+ background: linear-gradient(to bottom, rgb(236, 236, 236), rgb(217, 217, 217));
}
.css-named-flow-collections-view .info {

Powered by Google App Engine
This is Rietveld 408576698