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

Side by Side Diff: Source/devtools/front_end/animation/animationTimeline.css

Issue 1151263007: Devtools: Move animation to separate module (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2015 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2015 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 .animation-node-row { 7 .animation-node-row {
8 width: 100%; 8 width: 100%;
9 display: flex; 9 display: flex;
10 border-bottom: 1px dashed #ccc; 10 border-bottom: 1px dashed #ccc;
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 overflow-x: hidden; 308 overflow-x: hidden;
309 } 309 }
310 310
311 .toolbar.animation-controls-toolbar { 311 .toolbar.animation-controls-toolbar {
312 float: right; 312 float: right;
313 } 313 }
314 314
315 .animation-node-row.animation-node-selected { 315 .animation-node-row.animation-node-selected {
316 background-color: hsla(218, 78%, 66%, 0.1); 316 background-color: hsla(218, 78%, 66%, 0.1);
317 } 317 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/animation/AnimationTimeline.js ('k') | Source/devtools/front_end/animation/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698