From 314e46c6cf688f7ae2ab1dc7887e1b040e3c5f40 Mon Sep 17 00:00:00 2001 From: Aria Minaei Date: Sun, 1 Aug 2021 18:14:20 +0200 Subject: [PATCH] Style tweak --- .../SequenceEditorPanel/DopeSheet/Right/LengthIndicator.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/theatre/studio/src/panels/SequenceEditorPanel/DopeSheet/Right/LengthIndicator.tsx b/theatre/studio/src/panels/SequenceEditorPanel/DopeSheet/Right/LengthIndicator.tsx index 9e636c1..d41ac0e 100644 --- a/theatre/studio/src/panels/SequenceEditorPanel/DopeSheet/Right/LengthIndicator.tsx +++ b/theatre/studio/src/panels/SequenceEditorPanel/DopeSheet/Right/LengthIndicator.tsx @@ -61,7 +61,8 @@ const Bulge = styled.div` pointer-events: auto; cursor: ew-resize; color: #555; - background-color: ${colors.stripNormal}; + color: #464646; + background-color: #0000004d; ${Strip}:hover &, ${Strip}.dragging & { color: white; @@ -78,7 +79,7 @@ const Cover = styled.div` z-index: ${() => zIndexes.lengthIndicatorCover}; transform-origin: left top; - ${Strip}.dragging ~ & { + ${Strip}.dragging ~ &, ${Strip}:hover ~ & { background-color: rgb(23 23 23 / 60%); } `