| Index: Source/devtools/front_end/elements/animationTimeline.css
|
| diff --git a/Source/devtools/front_end/elements/animationTimeline.css b/Source/devtools/front_end/elements/animationTimeline.css
|
| index a013cab1541ed60573b27377059a252d30af4337..328659dfd1a8361a679b669481baf74b5b6a4406 100644
|
| --- a/Source/devtools/front_end/elements/animationTimeline.css
|
| +++ b/Source/devtools/front_end/elements/animationTimeline.css
|
| @@ -284,7 +284,7 @@ rect.animation-timeline-grid-line:first-child {
|
| }
|
|
|
| .animation-node-row.animation-node-removed {
|
| - background-color: #fff0f0;
|
| + background-color: rgba(255, 0, 0, 0.1);
|
| }
|
|
|
| svg.animation-ui g:first-child {
|
|
|