aboutsummaryrefslogtreecommitdiff
path: root/styles/editor.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/editor.css')
-rw-r--r--styles/editor.css13
1 files changed, 0 insertions, 13 deletions
diff --git a/styles/editor.css b/styles/editor.css
index 949265d..4483c51 100644
--- a/styles/editor.css
+++ b/styles/editor.css
@@ -378,19 +378,6 @@
top: calc((var(--y) - 6) * 1px);
}
-.appGrid .timeline .ghostArea {
- pointer-events: none;
- line-height: 0;
- transition-property: opacity;
- transition-duration: 150ms;
- opacity: 0;
- color: var(--gruble);
-}
-
-.appGrid .timeline:hover .ghostArea.active {
- opacity: 1;
-}
-
.appGrid .timeline .keyframes .frame {
background-color: transparent;
height: 100%;