From bfc877ca8f90444a396f8618d806818da9196da9 Mon Sep 17 00:00:00 2001 From: Cole Lawrence Date: Tue, 17 May 2022 14:11:11 -0400 Subject: [PATCH] style(OutlinePanel): remove hover highlight from .not-selectable header --- theatre/studio/src/panels/OutlinePanel/BaseItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theatre/studio/src/panels/OutlinePanel/BaseItem.tsx b/theatre/studio/src/panels/OutlinePanel/BaseItem.tsx index 23799ee..60dba9a 100644 --- a/theatre/studio/src/panels/OutlinePanel/BaseItem.tsx +++ b/theatre/studio/src/panels/OutlinePanel/BaseItem.tsx @@ -43,7 +43,7 @@ const Header = styled(BaseHeader)` --item-border-color: #254355; } - &:hover { + &:not(.not-selectable):hover { color: #fff; --item-bg: #1e5866;