style(OutlinePanel): remove hover highlight from .not-selectable header
This commit is contained in:
parent
75a20c50ac
commit
bfc877ca8f
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ const Header = styled(BaseHeader)`
|
||||||
--item-border-color: #254355;
|
--item-border-color: #254355;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:not(.not-selectable):hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
||||||
--item-bg: #1e5866;
|
--item-bg: #1e5866;
|
||||||
|
|
Loading…
Reference in a new issue