aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/TimelineTrack.reel/scss
diff options
context:
space:
mode:
authorJonathan Duran2012-02-23 08:08:30 -0800
committerJonathan Duran2012-02-23 08:08:30 -0800
commitcf671b4855ecca0278128e82459691292a3d3dc9 (patch)
tree13a93345dc2427a0403c94ced3dfd5093d146310 /js/panels/Timeline/TimelineTrack.reel/scss
parenta712e134ea94b6a21061c1bd272ce15b1f95b986 (diff)
downloadninja-cf671b4855ecca0278128e82459691292a3d3dc9.tar.gz
Timeline: Create new PropertyTrack subcomponent, and use it in the TimelineTrack component.
Cherry pick commit from jreid/Timeline-jreid Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/panels/Timeline/TimelineTrack.reel/scss')
-rw-r--r--js/panels/Timeline/TimelineTrack.reel/scss/TimelineTrack.scss8
1 files changed, 0 insertions, 8 deletions
diff --git a/js/panels/Timeline/TimelineTrack.reel/scss/TimelineTrack.scss b/js/panels/Timeline/TimelineTrack.reel/scss/TimelineTrack.scss
index 01dd948c..43d5f438 100644
--- a/js/panels/Timeline/TimelineTrack.reel/scss/TimelineTrack.scss
+++ b/js/panels/Timeline/TimelineTrack.reel/scss/TimelineTrack.scss
@@ -60,12 +60,4 @@
60 color: $color-panel-text; 60 color: $color-panel-text;
61 61
62} 62}
63 .tl_layertracks .collapsible-content .timeline-track {
64 height: 20px;
65 border-bottom: 1px solid $color-menu-divider;
66 }
67 63
68
69.timeline-track .content-main {
70 background-color: $color-menu-bg;
71}