diff options
author | Jon Reid | 2012-06-01 14:26:30 -0700 |
---|---|---|
committer | Jon Reid | 2012-06-01 14:26:30 -0700 |
commit | 4338d57eed565f723bfb7cbcefca65836b68953b (patch) | |
tree | c49abfefb33f24f853a0129e03120d429ef41753 /js/panels/Timeline/Layer.reel/scss | |
parent | 66007a04da84cae1d81af5340b11706d5f25c89d (diff) | |
download | ninja-4338d57eed565f723bfb7cbcefca65836b68953b.tar.gz |
Timeline: Better style selection and deselection. Automatic re-selection of
previously selected style when parent layer is reselected.
Diffstat (limited to 'js/panels/Timeline/Layer.reel/scss')
-rw-r--r-- | js/panels/Timeline/Layer.reel/scss/Layer.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/panels/Timeline/Layer.reel/scss/Layer.scss b/js/panels/Timeline/Layer.reel/scss/Layer.scss index 8f8881dd..5220d0f1 100644 --- a/js/panels/Timeline/Layer.reel/scss/Layer.scss +++ b/js/panels/Timeline/Layer.reel/scss/Layer.scss | |||
@@ -274,10 +274,10 @@ | |||
274 | .content-style .item-template { | 274 | .content-style .item-template { |
275 | display: none; | 275 | display: none; |
276 | } | 276 | } |
277 | .style-row { | ||
278 | height: 20px; | ||
279 | } | ||
277 | .content-style .layout-row.selected .layout-cell { | 280 | .content-style .layout-row.selected .layout-cell { |
278 | background-color: $color-panel-hilite-bg; | 281 | background-color: $color-panel-hilite-bg; |
279 | color: $color-panel-hilite-text; | 282 | color: $color-panel-hilite-text; |
280 | } | 283 | } |
281 | .style-row { | ||
282 | height: 20px; | ||
283 | } | ||