style(OutlinePanel): remove hover highlight from .not-selectable header

This commit is contained in:
Cole Lawrence 2022-05-17 14:11:11 -04:00 committed by Elliot
parent 75a20c50ac
commit bfc877ca8f

View file

@ -43,7 +43,7 @@ const Header = styled(BaseHeader)`
--item-border-color: #254355;
}
&:hover {
&:not(.not-selectable):hover {
color: #fff;
--item-bg: #1e5866;