| Index: third_party/WebKit/Source/devtools/front_end/emulation/sensors.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/sensors.css b/third_party/WebKit/Source/devtools/front_end/emulation/sensors.css
|
| index 86be76a248e4ce569b07e62f703da34526428d77..5721835296923a978420a13db348464c82376101 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/emulation/sensors.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/emulation/sensors.css
|
| @@ -110,7 +110,7 @@
|
| -webkit-perspective-origin: 50% 50%;
|
| width: 160px;
|
| height: 150px;
|
| - background: -webkit-linear-gradient(#E1F5FE 0%, #E1F5FE 64%, #b0Ebf3 64%, #DEF6F9 100%);
|
| + background: linear-gradient(#E1F5FE 0%, #E1F5FE 64%, #b0Ebf3 64%, #DEF6F9 100%);
|
| transition: 0.2s ease opacity, 0.2s ease -webkit-filter;
|
| }
|
|
|
|
|